Say project planner in title bar

This commit is contained in:
daid 2012-04-20 17:15:10 +02:00
parent 861610f376
commit ebc579b2a1

View File

@ -30,7 +30,7 @@ class Action():
class projectPlanner(wx.Frame):
"Main user interface window"
def __init__(self):
super(projectPlanner, self).__init__(None, title='Cura')
super(projectPlanner, self).__init__(None, title='Cura - Project Planner')
self.SetBackgroundColour(wx.SystemSettings.GetColour(wx.SYS_COLOUR_BTNFACE))
wx.EVT_CLOSE(self, self.OnClose)