Lower-case cura application name for consistency

This commit is contained in:
Arjen Hiemstra 2015-02-23 14:53:40 +01:00
parent 50f02726a3
commit 7d98cd83a6

View file

@ -19,7 +19,7 @@ import os.path
class PrinterApplication(QtApplication):
def __init__(self):
super().__init__(name = 'Cura')
super().__init__(name = 'cura')
self.setRequiredPlugins(['CuraEngineBackend', 'MeshView', 'LayerView', 'STLReader','SelectionTool','CameraTool'])
self._physics = None
self._volume = None