[GRASS-SVN] r31011 -
grass/branches/releasebranch_6_3/gui/tcltk/gis.m
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Apr 16 09:31:11 EDT 2008
Author: neteler
Date: 2008-04-16 09:31:11 -0400 (Wed, 16 Apr 2008)
New Revision: 31011
Modified:
grass/branches/releasebranch_6_3/gui/tcltk/gis.m/mapcanvas.tcl
Log:
give a hint as to what is wrong if g.region can't find libgdal (merge from trunk)
Modified: grass/branches/releasebranch_6_3/gui/tcltk/gis.m/mapcanvas.tcl
===================================================================
--- grass/branches/releasebranch_6_3/gui/tcltk/gis.m/mapcanvas.tcl 2008-04-16 08:42:03 UTC (rev 31010)
+++ grass/branches/releasebranch_6_3/gui/tcltk/gis.m/mapcanvas.tcl 2008-04-16 13:31:11 UTC (rev 31011)
@@ -1133,7 +1133,7 @@
}
if {[catch {close $input} error]} {
- GmLib::errmsg $error [G_msg "Error setting region"]
+ GmLib::errmsg $error [G_msg "Error setting region (Problem with g.region?)"]
}
#set start point (sw corner)
More information about the grass-commit
mailing list