Revision: 4502
          http://tigervnc.svn.sourceforge.net/tigervnc/?rev=4502&view=rev
Author:   ossman_
Date:     2011-06-16 11:09:31 +0000 (Thu, 16 Jun 2011)

Log Message:
-----------
Translate the default menu items we get on OS X.

Modified Paths:
--------------
    trunk/vncviewer/vncviewer.cxx

Modified: trunk/vncviewer/vncviewer.cxx
===================================================================
--- trunk/vncviewer/vncviewer.cxx       2011-06-15 02:18:42 UTC (rev 4501)
+++ trunk/vncviewer/vncviewer.cxx       2011-06-16 11:09:31 UTC (rev 4502)
@@ -124,6 +124,14 @@
   fl_close  = _("Close");
 
 #ifdef __APPLE__
+  Fl_Mac_App_Menu::about = _("About ");
+  Fl_Mac_App_Menu::print = ""; // Don't want the print item
+  Fl_Mac_App_Menu::services = _("Services");
+  Fl_Mac_App_Menu::hide = _("Hide ");
+  Fl_Mac_App_Menu::hide_others = _("Hide Others");
+  Fl_Mac_App_Menu::show = _("Show All");
+  Fl_Mac_App_Menu::quit = _("Quit ");
+
   fl_mac_set_about(about_callback, NULL);
 #endif
 }


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
_______________________________________________
Tigervnc-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tigervnc-commits

Reply via email to