Author: manolo
Date: 2012-02-18 00:29:30 -0800 (Sat, 18 Feb 2012)
New Revision: 9241
Log:
The interface displays Fl_Menu_Bar / Fl_Sys_Menu_Bar class names.

Modified:
   branches/branch-1.3/test/menubar.cxx

Modified: branches/branch-1.3/test/menubar.cxx
===================================================================
--- branches/branch-1.3/test/menubar.cxx        2012-02-17 10:12:06 UTC (rev 
9240)
+++ branches/branch-1.3/test/menubar.cxx        2012-02-18 08:29:30 UTC (rev 
9241)
@@ -172,8 +172,8 @@
 
 #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}
 };
 

_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit

Reply via email to