Fixing a typo

Had that change locally here, but for a reason I forgot to commit that
fix. Oops..
This commit is contained in:
Thomas Karl Pietrowski 2016-06-05 09:59:57 +01:00
parent c62ab6e937
commit d6acb78bd4

View file

@ -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")))