diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2009-09-17 22:12:24 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2009-09-17 22:12:24 +0000 |
| commit | bcff4ec8e0e8d75880312d31e3e678b8f270de6b (patch) | |
| tree | d6fd1a4017da6d8d208c40b945c101c1c49e7b29 /src/Fl_Menu_add.cxx | |
| parent | c0e4cf48a402bc355558b7a99160da0659cfbfa2 (diff) | |
International menu shortcuts working on Mac OS (and probably the other OS's)
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6878 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_Menu_add.cxx')
| -rw-r--r-- | src/Fl_Menu_add.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_Menu_add.cxx b/src/Fl_Menu_add.cxx index d6af454fa..abea24dec 100644 --- a/src/Fl_Menu_add.cxx +++ b/src/Fl_Menu_add.cxx @@ -235,7 +235,7 @@ int Fl_Menu_Item::add( ^ - Control \endverbatim Text shortcuts are converted to integer shortcut by calling - int fl_old_shortcut(const char*). + Fl_Shortcut fl_old_shortcut(const char*). \par callback The callback to invoke when this menu item is selected. |
