Browse Source

Fixed a couple of typos in the ComboBox documentation

tags/2021-05-28
ed 6 years ago
parent
commit
496516fd1a
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      modules/juce_gui_basics/widgets/juce_ComboBox.h

+ 2
- 2
modules/juce_gui_basics/widgets/juce_ComboBox.h View File

@@ -240,8 +240,8 @@ public:
The text passed-in will be set as the current text regardless of whether
it is one of the items in the list. If the current text isn't one of the
items, then getSelectedId() will return 0, otherwise it wil return
the approriate ID.
items, then getSelectedId() will return 0, otherwise it will return
the appropriate ID.
@param newText the text to select
@param notification determines the type of change notification that will


Loading…
Cancel
Save