mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +00:00
FIX: [STUDIO-1615] adjust message for project save failed
Change-Id: Ia135053dd2206ffb2c743df65ea5273cb95f7666
This commit is contained in:
@@ -7423,7 +7423,7 @@ int Plater::save_project(bool saveAs)
|
|||||||
|
|
||||||
//BBS export 3mf without gcode
|
//BBS export 3mf without gcode
|
||||||
if (export_3mf(into_path(filename), SaveStrategy::SplitModel) < 0) {
|
if (export_3mf(into_path(filename), SaveStrategy::SplitModel) < 0) {
|
||||||
MessageDialog(this, _L("Failed to save the project.\nPlease check whether the project file is opened by other programs."),
|
MessageDialog(this, _L("Failed to save the project.\nPlease check whether the folder exists online or if other programs open the project file."),
|
||||||
_L("Save project"), wxOK | wxICON_WARNING).ShowModal();
|
_L("Save project"), wxOK | wxICON_WARNING).ShowModal();
|
||||||
return wxID_CANCEL;
|
return wxID_CANCEL;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user