diff options
| author | Manolo Gouy <Manolo> | 2013-01-25 16:28:49 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2013-01-25 16:28:49 +0000 |
| commit | 834c714f26ba4abfbf64a299dd75f3eb1088265f (patch) | |
| tree | bfee00646241b17320bcd9655314f6e998bfbb93 /src/Fl.cxx | |
| parent | e9c3075c2650737f4b8d48f32dcb1fa1bb0dc73c (diff) | |
Mac OS: added support for internationalization of the application menu.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@9809 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl.cxx')
| -rw-r--r-- | src/Fl.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Fl.cxx b/src/Fl.cxx index f01ebe7c7..d6f98dc5e 100644 --- a/src/Fl.cxx +++ b/src/Fl.cxx @@ -74,13 +74,13 @@ extern double fl_mac_flush_and_wait(double time_to_wait, char in_idle); // Globals... // #if defined(__APPLE__) || defined(FL_DOXYGEN) -const char *Fl_Mac_App_Menu::about = "About "; +const char *Fl_Mac_App_Menu::about = "About %@"; const char *Fl_Mac_App_Menu::print = "Print Front Window"; const char *Fl_Mac_App_Menu::services = "Services"; -const char *Fl_Mac_App_Menu::hide = "Hide "; +const char *Fl_Mac_App_Menu::hide = "Hide %@"; const char *Fl_Mac_App_Menu::hide_others = "Hide Others"; const char *Fl_Mac_App_Menu::show = "Show All"; -const char *Fl_Mac_App_Menu::quit = "Quit "; +const char *Fl_Mac_App_Menu::quit = "Quit %@"; #endif // __APPLE__ #ifndef FL_DOXYGEN Fl_Widget *Fl::belowmouse_, |
