Say project planner in title bar
This commit is contained in:
parent
861610f376
commit
ebc579b2a1
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue