projects
/
PoPiPaint.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
d28a4cc
)
Fix the frame title
author
Antonio Ospite <ao2@ao2.it>
Wed, 16 Apr 2014 21:33:53 +0000
(23:33 +0200)
committer
Antonio Ospite <ao2@ao2.it>
Wed, 16 Apr 2014 21:33:53 +0000
(23:33 +0200)
PoPiPaint.py
patch
|
blob
|
history
diff --git
a/PoPiPaint.py
b/PoPiPaint.py
index
e6929d9
..
090126f
100755
(executable)
--- a/
PoPiPaint.py
+++ b/
PoPiPaint.py
@@
-31,7
+31,7
@@
class PoPiPaApp(wx.PySimpleApp):
# We do not want a resizeable frame!
framestyle = wx.DEFAULT_FRAME_STYLE & \
~(wx.RESIZE_BORDER | wx.MAXIMIZE_BOX)
- frame = CanvasFrame.CanvasFrame(None, title="PoPiPa", style=framestyle,
+ frame = CanvasFrame.CanvasFrame(None, title="PoPiPa
int
", style=framestyle,
base_image=self.base_image)
frame.Show()
return True