From: daid Date: Fri, 20 Apr 2012 15:15:10 +0000 (+0200) Subject: Say project planner in title bar X-Git-Tag: RC3~38 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=ebc579b2a1d6ca2639937f25bf6f78a4ea3ac738;p=cura.git Say project planner in title bar --- diff --git a/Cura/gui/projectPlanner.py b/Cura/gui/projectPlanner.py index f664d53d..4de8b778 100644 --- a/Cura/gui/projectPlanner.py +++ b/Cura/gui/projectPlanner.py @@ -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)