diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2008-01-09 21:32:40 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2008-01-09 21:32:40 +0000 |
| commit | 17fec4d9a6bbf599a06e3183a7b657390b582201 (patch) | |
| tree | ed73e81cb262627ec16c24331ac4d4d7143296c5 /src/Fl_Sys_Menu_Bar.cxx | |
| parent | 5e3d4fc7db139616fee63f0c630e837d5affc16e (diff) | |
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
Diffstat (limited to 'src/Fl_Sys_Menu_Bar.cxx')
| -rw-r--r-- | src/Fl_Sys_Menu_Bar.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
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__) |
