Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVojtech Bubnik <bubnikv@gmail.com>2021-12-15 16:52:01 +0300
committerVojtech Bubnik <bubnikv@gmail.com>2021-12-15 16:52:01 +0300
commitb2bcf17dfa2d7280d15988d8034c80d6c80f269e (patch)
tree82c3a065a661beab1c05335141b062f509f0be33 /src/slic3r/GUI
parent5ba9d59307ff590bc71926d3c5e3ebddab9f9835 (diff)
Fixed previous commit
Diffstat (limited to 'src/slic3r/GUI')
-rw-r--r--src/slic3r/GUI/GUI_App.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/slic3r/GUI/GUI_App.cpp b/src/slic3r/GUI/GUI_App.cpp
index c947cecb9..0436ab1e6 100644
--- a/src/slic3r/GUI/GUI_App.cpp
+++ b/src/slic3r/GUI/GUI_App.cpp
@@ -979,7 +979,7 @@ std::string GUI_App::check_older_app_config(Semver current_version, bool backup)
if (backup) {
const Config::Snapshot* snapshot{ nullptr };
if (! GUI::Config::take_config_snapshot_cancel_on_error(*app_config, Config::Snapshot::SNAPSHOT_USER, "",
- _u8L("Continue and import newer configuration?")), &snapshot)
+ _u8L("Continue and import newer configuration?"), &snapshot))
return {};
if (snapshot) {
// Save snapshot ID before loading the alternate AppConfig, as loading the alternate AppConfig may fail.