Skip to content

Commit

Permalink
Change the titlebar name to reflect that the old Cura is now consider…
Browse files Browse the repository at this point in the history
…ed legacy.
  • Loading branch information
daid committed Aug 30, 2016
1 parent 99dd74d commit a68a73a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cura/gui/mainWindow.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

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

wx.EVT_CLOSE(self, self.OnClose)

Expand Down

0 comments on commit a68a73a

Please sign in to comment.