tupdate title - imgtrans - interactive BMP to txt converter
git clone git://src.adamsgaard.dk/imgtrans
Log
Files
Refs
LICENSE
---
commit 8fc5f91ee3e08763112075c82a685e263f409130
parent 61ab138ae5d9f0db0bac2f456b752e6d5ab8d535
Author: Anders Damsgaard 
Date:   Tue, 12 May 2015 16:14:44 +0200

update title

Diffstat:
  M imgtrans.py                         |       9 ++++-----

1 file changed, 4 insertions(+), 5 deletions(-)
---
diff --git a/imgtrans.py b/imgtrans.py
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.