chiark / gitweb /
Remove the revolution from the title, looks silly.
[cura.git] / Cura / gui / mainWindow.py
index 3f763fff9b87f6c3d1a98d18e07ee6db54c0a4bd..47f94967d5cbcbbfb6156f6c425d3b024ddb269c 100644 (file)
@@ -24,7 +24,7 @@ from Cura.util import meshLoader
 
 class mainWindow(wx.Frame):
        def __init__(self):
-               super(mainWindow, self).__init__(None, title='Cura - Revolution! - ' + version.getVersion())
+               super(mainWindow, self).__init__(None, title='Cura - ' + version.getVersion())
 
                self.extruderCount = int(profile.getPreference('extruder_amount'))