Remove ^H Hints shortcut as it clashes with Hide on OS X.
authorCarl Hetherington <cth@carlh.net>
Sat, 14 Feb 2015 21:38:25 +0000 (21:38 +0000)
committerCarl Hetherington <cth@carlh.net>
Sat, 14 Feb 2015 21:38:25 +0000 (21:38 +0000)
src/tools/dcpomatic.cc

index 21cd10c26f7e16dbdd66f541dd9e45dd6b7f35fb..19f2861c4efec265c65a7adf98689b58b476c5f4 100644 (file)
@@ -676,7 +676,7 @@ private:
                add_item (jobs_menu, _("S&how DCP"), ID_jobs_show_dcp, NEEDS_FILM | NOT_DURING_DCP_CREATION | NEEDS_CPL);
 
                wxMenu* tools = new wxMenu;
-               add_item (tools, _("Hints...\tCtrl-H"), ID_tools_hints, 0);
+               add_item (tools, _("Hints..."), ID_tools_hints, 0);
                add_item (tools, _("Encoding servers..."), ID_tools_encoding_servers, 0);
                add_item (tools, _("Check for updates"), ID_tools_check_for_updates, 0);