[GRASS-SVN] r43256 - grass/branches/releasebranch_6_4/gui/wxpython/gui_modules

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Aug 25 03:22:47 EDT 2010


Author: hamish
Date: 2010-08-25 07:22:46 +0000 (Wed, 25 Aug 2010)
New Revision: 43256

Modified:
   grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/toolbars.py
Log:
bloody python-fortran timewarp (tabs to spaces)

Modified: grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/toolbars.py
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/toolbars.py	2010-08-25 07:21:21 UTC (rev 43255)
+++ grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/toolbars.py	2010-08-25 07:22:46 UTC (rev 43256)
@@ -173,7 +173,7 @@
             log.WriteLog(_('Note that the wxGUI\'s 3D view mode is currently disabled '
                            '(hopefully this will be fixed soon). '
                            'Please keep an eye out for updated versions of GRASS. '
-			   'In the meantime you can use "NVIZ" from the File menu.'), wrap = 60)
+                           'In the meantime you can use "NVIZ" from the File menu.'), wrap = 60)
             
             self.toolId['3d'] = -1
         if haveVDigit:
@@ -189,7 +189,7 @@
             log.WriteLog(_('Note that the wxGUI\'s vector digitizer is currently disabled '
                            '(hopefully this will be fixed soon). '
                            'Please keep an eye out for updated versions of GRASS. '
-			   'In the meantime you can use "v.digit" from the Develop Vector menu.'), wrap = 60)
+                           'In the meantime you can use "v.digit" from the Develop Vector menu.'), wrap = 60)
             
             self.toolId['vdigit'] = -1
         



More information about the grass-commit mailing list