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

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Feb 1 12:37:54 EST 2009


Author: martinl
Date: 2009-02-01 12:37:54 -0500 (Sun, 01 Feb 2009)
New Revision: 35710

Modified:
   grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/georect.py
Log:
fix typo


Modified: grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/georect.py
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/georect.py	2009-02-01 17:35:18 UTC (rev 35709)
+++ grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/georect.py	2009-02-01 17:37:54 UTC (rev 35710)
@@ -1133,7 +1133,7 @@
                                           'vector'))
                 shutil.move(xyvpath, vpath)        
                 
-                self.parent.goutput.WriteCmd(_('Vector map <%s> georectified '
+                self.parent.goutput.WriteCmdLog(_('Vector map <%s> georectified '
                                                'successfully') % self.outname)
                 # copy attributes
                 self.parent.goutput.WriteLog(_('Copying attributes...'))



More information about the grass-commit mailing list