diff --git a/src/slic3r/GUI/PrinterWebView.cpp b/src/slic3r/GUI/PrinterWebView.cpp index 100c128..1c0ecf3 100644 --- a/src/slic3r/GUI/PrinterWebView.cpp +++ b/src/slic3r/GUI/PrinterWebView.cpp @@ -586,7 +586,7 @@ void PrinterWebView::OnDeleteButtonClick(wxCommandEvent &event) { //if (!note_string.IsEmpty()) // msg += note_string + "\n"; - #if defined(__WIN32__) || defined(__WXMAC__) + #if defined(__WIN32__) msg += format_wxstr(_L("Are you sure you want to delete \"%1%\" printer?"), (button->getLabel())); #else msg += _L("Are you sure you want to delete ") + (button->getLabel()) + _L("printer?"); diff --git a/version.inc b/version.inc index 9ef43cf..353b10d 100644 --- a/version.inc +++ b/version.inc @@ -3,7 +3,7 @@ set(SLIC3R_APP_NAME "QIDISlicer") set(SLIC3R_APP_KEY "QIDISlicer") -set(SLIC3R_VERSION "1.0.8") +set(SLIC3R_VERSION "1.1.0") set(SLIC3R_BUILD_ID "QIDISlicer-${SLIC3R_VERSION}+Win64") -set(SLIC3R_RC_VERSION "1,0,8,0") -set(SLIC3R_RC_VERSION_DOTS "1.0.8.0") +set(SLIC3R_RC_VERSION "1,1,0,0") +set(SLIC3R_RC_VERSION_DOTS "1.1.0.0")