chiark
/
gitweb
/
~ianmdlvl
/
cura.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
861610f
)
Say project planner in title bar
author
daid
<daid303@gmail.com>
Fri, 20 Apr 2012 15:15:10 +0000
(17:15 +0200)
committer
daid
<daid303@gmail.com>
Fri, 20 Apr 2012 15:15:10 +0000
(17:15 +0200)
Cura/gui/projectPlanner.py
patch
|
blob
|
history
diff --git
a/Cura/gui/projectPlanner.py
b/Cura/gui/projectPlanner.py
index f664d53d572313b0553565854424648c1ac39fa1..4de8b7782b40d70117f4a9d5fbc99f188fab29e5 100644
(file)
--- a/
Cura/gui/projectPlanner.py
+++ b/
Cura/gui/projectPlanner.py
@@
-30,7
+30,7
@@
class Action():
class projectPlanner(wx.Frame):
\r
"Main user interface window"
\r
def __init__(self):
\r
- super(projectPlanner, self).__init__(None, title='Cura')
\r
+ super(projectPlanner, self).__init__(None, title='Cura
- Project Planner
')
\r
\r
self.SetBackgroundColour(wx.SystemSettings.GetColour(wx.SYS_COLOUR_BTNFACE))
\r
wx.EVT_CLOSE(self, self.OnClose)
\r