tupdate title - imgtrans - interactive BMP to txt converter
 (HTM) git clone git://src.adamsgaard.dk/imgtrans
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) LICENSE
       ---
 (DIR) commit 8fc5f91ee3e08763112075c82a685e263f409130
 (DIR) parent 61ab138ae5d9f0db0bac2f456b752e6d5ab8d535
 (HTM) Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
       Date:   Tue, 12 May 2015 16:14:44 +0200
       
       update title
       
       Diffstat:
         M imgtrans.py                         |       9 ++++-----
       
       1 file changed, 4 insertions(+), 5 deletions(-)
       ---
 (DIR) 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.