From 17fec4d9a6bbf599a06e3183a7b657390b582201 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Wed, 9 Jan 2008 21:32:40 +0000 Subject: Added warning in inofficial Fl_Sys_Menubar.cxx about bundeling apps to make the menu bar work git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@6016 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl_Sys_Menu_Bar.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/Fl_Sys_Menu_Bar.cxx b/src/Fl_Sys_Menu_Bar.cxx index e0a464bc7..f80c75af0 100644 --- a/src/Fl_Sys_Menu_Bar.cxx +++ b/src/Fl_Sys_Menu_Bar.cxx @@ -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__) -- cgit v1.2.3