Fix the frame title
[PoPiPaint.git] / PoPiPaint.py
index e6929d9..090126f 100755 (executable)
@@ -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)
         # 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="PoPiPaint", style=framestyle,
                                         base_image=self.base_image)
         frame.Show()
         return True
                                         base_image=self.base_image)
         frame.Show()
         return True