From cb2eee8f0214f55986ebad3256ff4ab04fba4fb9 Mon Sep 17 00:00:00 2001 From: hogliux Date: Fri, 8 May 2015 10:27:04 +0100 Subject: [PATCH] Fixed typo in ComboBox class --- modules/juce_gui_basics/widgets/juce_ComboBox.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/juce_gui_basics/widgets/juce_ComboBox.h b/modules/juce_gui_basics/widgets/juce_ComboBox.h index 37d6bf7f9d..d176f5d3e5 100644 --- a/modules/juce_gui_basics/widgets/juce_ComboBox.h +++ b/modules/juce_gui_basics/widgets/juce_ComboBox.h @@ -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.