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:
authorDiego Prado Gesto <d.pradogesto@ultimaker.com>2018-05-08 12:16:00 +0300
committerDiego Prado Gesto <d.pradogesto@ultimaker.com>2018-05-08 12:16:00 +0300
commit42ecb126145eddebe0ebe7f5ae5ea303ef40ac05 (patch)
tree2e4669c7e8b4a492c93988413bb5de81c69d98d9 /cura_app.py
parent051dd7a6e94c2dc1af7b1ccd9c04b8407be010e4 (diff)
CURA-5164 Fix typo in the method signature
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()