From: Carl Hetherington Date: Sat, 14 Feb 2015 21:38:25 +0000 (+0000) Subject: Remove ^H Hints shortcut as it clashes with Hide on OS X. X-Git-Tag: v2.0.48~203 X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=40e334d001eabaf61e7eeff0c5dc788c780b8906 Remove ^H Hints shortcut as it clashes with Hide on OS X. --- diff --git a/src/tools/dcpomatic.cc b/src/tools/dcpomatic.cc index 21cd10c26..19f2861c4 100644 --- a/src/tools/dcpomatic.cc +++ b/src/tools/dcpomatic.cc @@ -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);