1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-17 00:44:19 +00:00

Fixed typo in ComboBox class

This commit is contained in:
hogliux 2015-05-08 10:27:04 +01:00
parent 00374c9ca9
commit cb2eee8f02

View file

@ -63,7 +63,7 @@ public:
~ComboBox();
//==============================================================================
/** Sets whether the test in the combo-box is editable.
/** Sets whether the text in the combo-box is editable.
The default state for a new ComboBox is non-editable, and can only be changed
by choosing from the drop-down list.