mirror of
https://github.com/QIDITECH/QIDISlicer.git
synced 2026-02-05 18:31:52 +03:00
1.1.0
This commit is contained in:
@@ -586,7 +586,7 @@ void PrinterWebView::OnDeleteButtonClick(wxCommandEvent &event) {
|
|||||||
//if (!note_string.IsEmpty())
|
//if (!note_string.IsEmpty())
|
||||||
// msg += note_string + "\n";
|
// 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()));
|
msg += format_wxstr(_L("Are you sure you want to delete \"%1%\" printer?"), (button->getLabel()));
|
||||||
#else
|
#else
|
||||||
msg += _L("Are you sure you want to delete ") + (button->getLabel()) + _L("printer?");
|
msg += _L("Are you sure you want to delete ") + (button->getLabel()) + _L("printer?");
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
set(SLIC3R_APP_NAME "QIDISlicer")
|
set(SLIC3R_APP_NAME "QIDISlicer")
|
||||||
set(SLIC3R_APP_KEY "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_BUILD_ID "QIDISlicer-${SLIC3R_VERSION}+Win64")
|
||||||
set(SLIC3R_RC_VERSION "1,0,8,0")
|
set(SLIC3R_RC_VERSION "1,1,0,0")
|
||||||
set(SLIC3R_RC_VERSION_DOTS "1.0.8.0")
|
set(SLIC3R_RC_VERSION_DOTS "1.1.0.0")
|
||||||
|
|||||||
Reference in New Issue
Block a user