[GRASS-SVN] r30033 - grass/trunk/gui/wxpython/gui_modules

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Feb 9 11:39:11 EST 2008


Author: cmbarton
Date: 2008-02-09 11:39:10 -0500 (Sat, 09 Feb 2008)
New Revision: 30033

Modified:
   grass/trunk/gui/wxpython/gui_modules/georect.py
Log:
Comment out wizard image section

Modified: grass/trunk/gui/wxpython/gui_modules/georect.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/georect.py	2008-02-09 10:41:13 UTC (rev 30032)
+++ grass/trunk/gui/wxpython/gui_modules/georect.py	2008-02-09 16:39:10 UTC (rev 30033)
@@ -102,9 +102,16 @@
     """
 
     def __init__(self, parent):
-        wizbmp = wx.Image(os.path.join(os.getenv("GISBASE"),"etc","wx","images","wizard.png"), wx.BITMAP_TYPE_PNG)
-        wizbmp.Rescale(250,600)
-        wizbmp = wizbmp.ConvertToBitmap()
+        #
+        # define wizard image
+        #
+        # file = "loc_wizard.png"
+        #file = "loc_wizard_qgis.png"
+        #imagePath = os.path.join(os.getenv("GISBASE"), "etc", "wx", "images",
+        #                         file)
+        #wizbmp = wx.Image(imagePath, wx.BITMAP_TYPE_PNG)
+        ## wizbmp.Rescale(250,600)
+        #wizbmp = wizbmp.ConvertToBitmap()
 
         self.parent = parent
 



More information about the grass-commit mailing list