From: Carl Hetherington Date: Sun, 28 Sep 2014 23:03:20 +0000 (+0100) Subject: Another shortcut. X-Git-Tag: v2.0.48~561^2~2 X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=8b842865451795d5e8f8b39691c210de1ed5dd4f Another shortcut. --- diff --git a/src/tools/dcpomatic.cc b/src/tools/dcpomatic.cc index e59892d92..fa89a4871 100644 --- a/src/tools/dcpomatic.cc +++ b/src/tools/dcpomatic.cc @@ -617,10 +617,10 @@ private: #endif #ifdef __WXOSX__ - add_item (_file_menu, _("&Preferences..."), wxID_PREFERENCES, ALWAYS); + add_item (_file_menu, _("&Preferences...\tCtrl-P"), wxID_PREFERENCES, ALWAYS); #else wxMenu* edit = new wxMenu; - add_item (edit, _("&Preferences..."), wxID_PREFERENCES, ALWAYS); + add_item (edit, _("&Preferences...\tCtrl-P"), wxID_PREFERENCES, ALWAYS); #endif wxMenu* content = new wxMenu;