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

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'cura_app.py')
-rwxr-xr-xcura_app.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/cura_app.py b/cura_app.py
index 18f9b6365f..1495a9e526 100755
--- a/cura_app.py
+++ b/cura_app.py
@@ -125,7 +125,7 @@ app.addCommandLineOptions()
app.parseCliOptions()
app.initialize()
-app.startSlashWindowPhase()
-app.startPostSlashWindowPhase()
+app.startSplashWindowPhase()
+app.startPostSplashWindowPhase()
app.run()