Skip to content

Commit

Permalink
translation items of OSX application menu
Browse files Browse the repository at this point in the history
  • Loading branch information
wwmayer committed Jul 24, 2016
1 parent cc78503 commit 3e1ce24
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/Gui/Workbench.cpp
Expand Up @@ -419,6 +419,16 @@ void Workbench::removeTaskWatcher(void)
qApp->translate("Workbench", "Special Ops");
#endif

#if 0 // needed for the application menu on OSX
qApp->translate("MAC_APPLICATION_MENU", "Services");
qApp->translate("MAC_APPLICATION_MENU", "Hide %1");
qApp->translate("MAC_APPLICATION_MENU", "Hide Others");
qApp->translate("MAC_APPLICATION_MENU", "Show All");
qApp->translate("MAC_APPLICATION_MENU", "Preferences...");
qApp->translate("MAC_APPLICATION_MENU", "Quit %1");
qApp->translate("MAC_APPLICATION_MENU", "About %1");
#endif

TYPESYSTEM_SOURCE(Gui::StdWorkbench, Gui::Workbench)

StdWorkbench::StdWorkbench()
Expand Down

0 comments on commit 3e1ce24

Please sign in to comment.