From 3c82a3d736f50d39f5a9cf9e1c70aed01ac81983 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Tue, 1 Dec 2015 10:03:23 +0000 Subject: =?UTF-8?q?Mac=20OS:=20Show=20how=20to=20localize=20the=20"Prefere?= =?UTF-8?q?nces=E2=80=A6"=20custom=20application=20menu=20item=20of=20the?= =?UTF-8?q?=20menubar=20test=20app.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10938 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- test/menubar.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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} -- cgit v1.2.3