Browse Source

Fixing a typo
Had that change locally here, but for a reason I forgot to commit that
fix. Oops..

Thomas Karl Pietrowski 8 years ago
parent
commit
d6acb78bd4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      cura/CuraApplication.py

+ 1 - 1
cura/CuraApplication.py

@@ -90,7 +90,7 @@ class CuraApplication(QtApplication):
         # Need to do this before ContainerRegistry tries to load the machines
         SettingDefinition.addSupportedProperty("global_only", DefinitionPropertyType.Function, default = False)
 
-        super().__init__(name = "cura", version = CuraVersion, build_type = CuraBuildType)
+        super().__init__(name = "cura", version = CuraVersion, buildtype = CuraBuildType)
 
         self.setWindowIcon(QIcon(Resources.getPath(Resources.Images, "cura-icon.png")))