[GRASS-SVN] r31020 - grass/trunk/gui/tcltk/gis.m

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Apr 17 06:04:09 EDT 2008


Author: marisn
Date: 2008-04-17 06:04:09 -0400 (Thu, 17 Apr 2008)
New Revision: 31020

Modified:
   grass/trunk/gui/tcltk/gis.m/mapcanvas.tcl
Log:
Fix typo introduced in rev. 31019

Modified: grass/trunk/gui/tcltk/gis.m/mapcanvas.tcl
===================================================================
--- grass/trunk/gui/tcltk/gis.m/mapcanvas.tcl	2008-04-17 10:00:58 UTC (rev 31019)
+++ grass/trunk/gui/tcltk/gis.m/mapcanvas.tcl	2008-04-17 10:04:09 UTC (rev 31020)
@@ -1184,7 +1184,7 @@
 		}
 		
 	} else {
-		GmLib::errmsg $error [G_msg "Error reading current resolution with g.region"]
+		GmLib::errmsg $input [G_msg "Error reading current resolution with g.region"]
 		return
 	}
 



More information about the grass-commit mailing list