mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Fixed a typo in MenuBarModel
This commit is contained in:
parent
e561f1f5aa
commit
ee6411ea13
1 changed files with 1 additions and 1 deletions
|
|
@ -129,7 +129,7 @@ public:
|
|||
virtual void menuItemSelected (int menuItemID,
|
||||
int topLevelMenuIndex) = 0;
|
||||
|
||||
/** This is called when the user starts/stops navigating the maenu bar.
|
||||
/** This is called when the user starts/stops navigating the menu bar.
|
||||
|
||||
@param isActive true when the user starts navigating the menu bar
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue