[GRASS-SVN] r35451 -
grass/branches/releasebranch_6_4/gui/tcltk/gis.m
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Jan 16 20:27:45 EST 2009
Author: hamish
Date: 2009-01-16 20:27:45 -0500 (Fri, 16 Jan 2009)
New Revision: 35451
Modified:
grass/branches/releasebranch_6_4/gui/tcltk/gis.m/georect.tcl
Log:
last of trac #163 (merge from devbr6)
Modified: grass/branches/releasebranch_6_4/gui/tcltk/gis.m/georect.tcl
===================================================================
--- grass/branches/releasebranch_6_4/gui/tcltk/gis.m/georect.tcl 2009-01-17 01:26:21 UTC (rev 35450)
+++ grass/branches/releasebranch_6_4/gui/tcltk/gis.m/georect.tcl 2009-01-17 01:27:45 UTC (rev 35451)
@@ -1018,7 +1018,7 @@
set second [radiobutton $row.c -variable GRMap::rectorder -value 2 \
-text [G_msg "2nd order"] -highlightthickness 0 -state $rbstate]
DynamicHelp::register $second balloon [G_msg "polynomial transformation \
- (rasters only). Requires 7+ GCPs."]
+ (rasters only). Requires 6+ GCPs."]
set third [radiobutton $row.d -variable GRMap::rectorder -value 3 \
-text [G_msg "3rd order"] -highlightthickness 0 -state $rbstate]
More information about the grass-commit
mailing list