[GRASS-SVN] r45153 - grass/trunk/visualization/nviz/scripts
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Jan 22 16:57:04 EST 2011
Author: hellik
Date: 2011-01-22 13:57:04 -0800 (Sat, 22 Jan 2011)
New Revision: 45153
Modified:
grass/trunk/visualization/nviz/scripts/panel_vol.tcl
Log:
misspelling
Modified: grass/trunk/visualization/nviz/scripts/panel_vol.tcl
===================================================================
--- grass/trunk/visualization/nviz/scripts/panel_vol.tcl 2011-01-22 21:42:56 UTC (rev 45152)
+++ grass/trunk/visualization/nviz/scripts/panel_vol.tcl 2011-01-22 21:57:04 UTC (rev 45153)
@@ -865,7 +865,7 @@
Button $bottom.up -text "Move Up" -command "isosurf_up $pname" -bd 1\
-helptext "Move isosurface up in list"
Button $bottom.down -text "Move Down" -command "isosurf_down $pname" -bd 1\
- -helptext "Move isosurface own in list"
+ -helptext "Move isosurface down in list"
pack $top.add $top.delete -side top -expand 1 -fill x
pack $bottom.down $bottom.up -side bottom -expand 1 -fill x
More information about the grass-commit
mailing list