From bcff4ec8e0e8d75880312d31e3e678b8f270de6b Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Thu, 17 Sep 2009 22:12:24 +0000 Subject: 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 --- src/Fl_Menu_add.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Fl_Menu_add.cxx') 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. -- cgit v1.2.3