We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99dd74d commit a68a73aCopy full SHA for a68a73a
Cura/gui/mainWindow.py
@@ -33,7 +33,7 @@
33
34
class mainWindow(wx.Frame):
35
def __init__(self):
36
- super(mainWindow, self).__init__(None, title='Cura - ' + version.getVersion())
+ super(mainWindow, self).__init__(None, title='Legacy Cura - ' + version.getVersion())
37
38
wx.EVT_CLOSE(self, self.OnClose)
39
0 commit comments