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:
authorLukas Matena <lukasmatena@seznam.cz>2020-12-17 20:07:35 +0300
committerLukas Matena <lukasmatena@seznam.cz>2020-12-17 20:07:35 +0300
commit5bd1a57650e0ad43362ca64b850b28462e7f5bd8 (patch)
tree97ecc0680753667d3bf34a3db60b1ab8413e3245 /src/slic3r/GUI/GUI_App.cpp
parentb22a38d1d1417f8f7b6b1b773a76224be0ee4e1b (diff)
Bumped up version number to 2.3.0-rc1version_2.3.0-rc1
Diffstat (limited to 'src/slic3r/GUI/GUI_App.cpp')
-rw-r--r--src/slic3r/GUI/GUI_App.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/slic3r/GUI/GUI_App.cpp b/src/slic3r/GUI/GUI_App.cpp
index 9bf0a23b5..14cd57537 100644
--- a/src/slic3r/GUI/GUI_App.cpp
+++ b/src/slic3r/GUI/GUI_App.cpp
@@ -675,8 +675,8 @@ bool GUI_App::init_opengl()
void GUI_App::init_app_config()
{
// 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 "-beta");
+ SetAppName(SLIC3R_APP_KEY);
+// SetAppName(SLIC3R_APP_KEY "-beta");
// SetAppDisplayName(SLIC3R_APP_NAME);
// Set the Slic3r data directory at the Slic3r XS module.