diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2009-12-07 22:04:55 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2009-12-07 22:04:55 +0000 |
| commit | 5bc48808b6aed5469c3e62e1402e10c797a5d02a (patch) | |
| tree | e8e5909aab83b58dd498df789d113d05730b02ae /src/Fl_Menu_add.cxx | |
| parent | 43f16de4dea0ca3589fe2088f1aa9ca2edd1b354 (diff) | |
Removed typedef that simply renamed char* to Fl_String, as discussed in the mailing list.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6955 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 abea24dec..96f4a443c 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 - Fl_Shortcut fl_old_shortcut(const char*). + unsigned int fl_old_shortcut(const char*). \par callback The callback to invoke when this menu item is selected. |
