Comment about Ctrl+,
This commit is contained in:
parent
17eb50da6d
commit
e26022a2f2
1 changed files with 1 additions and 0 deletions
|
@ -196,6 +196,7 @@ sub _init_menubar {
|
|||
$self->repair_stl;
|
||||
}, undef, 'wrench.png');
|
||||
$fileMenu->AppendSeparator();
|
||||
# Cmd+, is standard on OS X - what about other operating systems?
|
||||
$self->_append_menu_item($fileMenu, "Preferences…\tCtrl+,", 'Application preferences', sub {
|
||||
Slic3r::GUI::Preferences->new($self)->ShowModal;
|
||||
}, wxID_PREFERENCES);
|
||||
|
|
Loading…
Add table
Reference in a new issue