diff --git a/modules/juce_gui_basics/widgets/juce_ComboBox.h b/modules/juce_gui_basics/widgets/juce_ComboBox.h index ca0c89a9ae..fcae19d2f8 100644 --- a/modules/juce_gui_basics/widgets/juce_ComboBox.h +++ b/modules/juce_gui_basics/widgets/juce_ComboBox.h @@ -356,7 +356,7 @@ public: These constants can be used either via the Component::setColour(), or LookAndFeel::setColour() methods. - To change the colours of the menu that pops up, you can set the colour IDs in PopupMenu::ColourIDs. + To change the colours of the menu that pops up, you can set the colour IDs in PopupMenu::ColourIds. @see Component::setColour, Component::findColour, LookAndFeel::setColour, LookAndFeel::findColour */