diff options
Diffstat (limited to 'test/menubar.cxx')
| -rw-r--r-- | test/menubar.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/menubar.cxx b/test/menubar.cxx index dadb80770..07e46f50c 100644 --- a/test/menubar.cxx +++ b/test/menubar.cxx @@ -172,8 +172,8 @@ Fl_Menu_Item pulldown[] = { #ifdef __APPLE__ Fl_Menu_Item menu_location[] = { - {"Window menu bar", 0, 0, 0, FL_MENU_VALUE}, - {"System menu bar", }, + {"Fl_Menu_Bar", 0, 0, 0, FL_MENU_VALUE}, + {"Fl_Sys_Menu_Bar", }, {0} }; |
