Translate the default menu items we get on OS X.


git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4502 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/vncviewer/vncviewer.cxx b/vncviewer/vncviewer.cxx
index 8c145a8..aa742ce 100644
--- a/vncviewer/vncviewer.cxx
+++ b/vncviewer/vncviewer.cxx
@@ -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
 }