| t@@ -80,7 +80,7 @@ class MainScreen(wx.Frame):
self.InitPreview()
self.SetSize((600, 600))
- self.SetTitle('Cross Stitch')
+ self.SetTitle('ImgTrans')
self.Centre()
self.Show(True)
t@@ -209,11 +209,10 @@ class MainScreen(wx.Frame):
def OnAbout(self, event):
- description = '''Cross Stitch is a raster pattern generator for Linux,
-Mac OS X, and Windows. It features simple downscaling to coarsen the image
-resolution, and color depth reduction features.'''
+ description = '''ImgTrans is a raster pattern converter for Linux,
+Mac OS X, and Windows. '''
- license = '''Cross Stitch is free software; you can redistribute it
+ license = '''ImgTrans is free software; you can redistribute it
and/or modify it under the terms of the GNU General Public License as published
by the Free Software Foundation; either version 3 of the License, or (at your
option) any later version. |