From e26022a2f2591e36955f1a7ec0766810cafa1d24 Mon Sep 17 00:00:00 2001 From: Alessandro Ranellucci Date: Sun, 31 May 2015 22:35:52 +0200 Subject: [PATCH] Comment about Ctrl+, --- lib/Slic3r/GUI/MainFrame.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Slic3r/GUI/MainFrame.pm b/lib/Slic3r/GUI/MainFrame.pm index 4e7d362173..58372fd99b 100644 --- a/lib/Slic3r/GUI/MainFrame.pm +++ b/lib/Slic3r/GUI/MainFrame.pm @@ -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);