1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-11 08:04:25 +00:00

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
+1 -1
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();