Use Ctrl+, for Preferences (standard on OS X, don't know about others). #2860

This commit is contained in:
Alessandro Ranellucci 2015-05-31 22:33:46 +02:00
parent 29b0e807d4
commit 17eb50da6d

View File

@ -196,7 +196,7 @@ sub _init_menubar {
$self->repair_stl;
}, undef, 'wrench.png');
$fileMenu->AppendSeparator();
$self->_append_menu_item($fileMenu, "Preferences…", 'Application preferences', sub {
$self->_append_menu_item($fileMenu, "Preferences…\tCtrl+,", 'Application preferences', sub {
Slic3r::GUI::Preferences->new($self)->ShowModal;
}, wxID_PREFERENCES);
$fileMenu->AppendSeparator();