Removed the Perl Preferences dialog,

fixed the CMake after the GUI merge.
This commit is contained in:
bubnikv 2018-02-23 15:53:16 +01:00
parent 69fc99edbb
commit 2edb96062e
4 changed files with 3 additions and 118 deletions

View file

@ -297,8 +297,7 @@ sub _init_menubar {
$fileMenu->AppendSeparator();
# Cmd+, is standard on OS X - what about other operating systems?
$self->_append_menu_item($fileMenu, L("Preferences…\tCtrl+,"), L('Application preferences'), sub {
# Slic3r::GUI::Preferences->new($self)->ShowModal;
# It's in C++ part now
# Opening the C++ preferences dialog.
Slic3r::GUI::open_preferences_dialog($self->{preferences_event});
}, wxID_PREFERENCES);
$fileMenu->AppendSeparator();