summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
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}