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:
authorbubnikv <bubnikv@gmail.com>2020-02-21 20:44:53 +0300
committerbubnikv <bubnikv@gmail.com>2020-02-21 20:44:53 +0300
commit6ddb21fe067d1ec05cdab7d0701cd660ff6a5755 (patch)
treec0d733b349caedc9bb5bf6195898f8d39f7cd2d3 /src/slic3r/GUI
parenta28c373d224e810354e64c008297129b6f5f9e8b (diff)
Bumped up version to 2.2.0-betaversion_2.2.0-beta
Changed the profile directory from PrusaSlicer-alpha to PrusaSlicer-beta
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 ad76dc37f..cf9ab6e4d 100644
--- a/src/slic3r/GUI/GUI_App.cpp
+++ b/src/slic3r/GUI/GUI_App.cpp
@@ -188,7 +188,7 @@ bool GUI_App::on_init_inner()
// Profiles for the alpha are stored into the PrusaSlicer-alpha directory to not mix with the current release.
// SetAppName(SLIC3R_APP_KEY);
- SetAppName(SLIC3R_APP_KEY "-alpha");
+ SetAppName(SLIC3R_APP_KEY "-beta");
SetAppDisplayName(SLIC3R_APP_NAME);
// Enable this to get the default Win32 COMCTRL32 behavior of static boxes.