Skip to content

Commit a68a73a

Browse files
committed
Change the titlebar name to reflect that the old Cura is now considered legacy.
1 parent 99dd74d commit a68a73a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cura/gui/mainWindow.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
class mainWindow(wx.Frame):
3535
def __init__(self):
36-
super(mainWindow, self).__init__(None, title='Cura - ' + version.getVersion())
36+
super(mainWindow, self).__init__(None, title='Legacy Cura - ' + version.getVersion())
3737

3838
wx.EVT_CLOSE(self, self.OnClose)
3939

0 commit comments

Comments
 (0)