Author: matt Date: 2008-01-09 13:32:40 -0800 (Wed, 09 Jan 2008) New Revision: 6016 Log: Added warning in inofficial Fl_Sys_Menubar.cxx about bundeling apps to make the menu bar work
Modified: branches/branch-1.1/src/Fl_Sys_Menu_Bar.cxx Modified: branches/branch-1.1/src/Fl_Sys_Menu_Bar.cxx =================================================================== --- branches/branch-1.1/src/Fl_Sys_Menu_Bar.cxx 2008-01-09 21:23:51 UTC (rev 6015) +++ branches/branch-1.1/src/Fl_Sys_Menu_Bar.cxx 2008-01-09 21:32:40 UTC (rev 6016) @@ -48,6 +48,8 @@ * ::menu(bar) should only be called once! * Many other calls of the parent class don't work. * Changing the menu items has no effect on the menu bar. + * Starting with OS X 10.5, FLTK applications must be created as + * a bundle for the System Menu Bar (and maybe other features) to work! */ #if defined(__APPLE__) _______________________________________________ fltk-commit mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-commit
