summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2015-12-01 10:03:23 +0000
committerManolo Gouy <Manolo>2015-12-01 10:03:23 +0000
commit3c82a3d736f50d39f5a9cf9e1c70aed01ac81983 (patch)
tree36318f58c8d08d737db82459f2753efebc245ecf /test
parentb2f24781d4b0120756d2478edd55d55fd547f404 (diff)
Mac OS: Show how to localize the "Preferences…" custom application menu item
of the menubar test app. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10938 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'test')
-rw-r--r--test/menubar.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/menubar.cxx b/test/menubar.cxx
index 30c9fca6e..37a49c168 100644
--- a/test/menubar.cxx
+++ b/test/menubar.cxx
@@ -240,7 +240,7 @@ int main(int argc, char **argv) {
#ifdef __APPLE__
Fl_Menu_Item custom[] = {
- {"Preferences", 0, test_cb, NULL, FL_MENU_DIVIDER},
+ {"Preferences…", 0, test_cb, NULL, FL_MENU_DIVIDER},
{"Radio1", 0, test_cb, NULL, FL_MENU_RADIO|FL_MENU_VALUE},
{"Radio2", 0, test_cb, NULL, FL_MENU_RADIO},
{0}