The interface displays Fl_Menu_Bar / Fl_Sys_Menu_Bar class names.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@9241 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Manolo Gouy 2012-02-18 08:29:30 +00:00
parent 435e7f5e23
commit 34a045f2e3

View File

@ -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}
};