This commit is contained in:
sunsets
2024-01-10 14:06:24 +08:00
parent 93813fb671
commit d199c9bf3a
2 changed files with 4 additions and 4 deletions

View File

@@ -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?");

View File

@@ -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")