summaryrefslogtreecommitdiff
path: root/FL/Fl_Widget.H
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2009-09-17 22:12:24 +0000
committerMatthias Melcher <fltk@matthiasm.com>2009-09-17 22:12:24 +0000
commitbcff4ec8e0e8d75880312d31e3e678b8f270de6b (patch)
treed6fd1a4017da6d8d208c40b945c101c1c49e7b29 /FL/Fl_Widget.H
parentc0e4cf48a402bc355558b7a99160da0659cfbfa2 (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 'FL/Fl_Widget.H')
-rw-r--r--FL/Fl_Widget.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/FL/Fl_Widget.H b/FL/Fl_Widget.H
index 7c136dc4c..00feef450 100644
--- a/FL/Fl_Widget.H
+++ b/FL/Fl_Widget.H
@@ -828,7 +828,7 @@ public:
/** Internal use only. */
int test_shortcut();
/** Internal use only. */
- static char label_shortcut(const char *t);
+ static Fl_Shortcut label_shortcut(const char *t);
/** Internal use only. */
static int test_shortcut(const char*);