[GRASS-SVN] r58929 - grass/branches/develbranch_6/raster/r.li/r.li.setup
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Feb 7 02:40:45 PST 2014
Author: hamish
Date: 2014-02-07 02:40:45 -0800 (Fri, 07 Feb 2014)
New Revision: 58929
Modified:
grass/branches/develbranch_6/raster/r.li/r.li.setup/r.li.setup
grass/branches/develbranch_6/raster/r.li/r.li.setup/r.li.setup.main
Log:
<ol> the buttons to show order to press them in
Modified: grass/branches/develbranch_6/raster/r.li/r.li.setup/r.li.setup
===================================================================
--- grass/branches/develbranch_6/raster/r.li/r.li.setup/r.li.setup 2014-02-07 08:17:53 UTC (rev 58928)
+++ grass/branches/develbranch_6/raster/r.li/r.li.setup/r.li.setup 2014-02-07 10:40:45 UTC (rev 58929)
@@ -5,12 +5,14 @@
# MODULE: r.li.setup
#
# AUTHOR(S): Spano Lucio Davide & Claudio Porta
+# shell scripts rewrite by Hamish Bowman
#
-# PURPOSE: Configuration editor for r.li.<index>. It sets sampling frame and
-# sample areas to analyze, the configuration is raster map indipendent.
+# PURPOSE: Configuration editor for r.li.<index>. It sets sampling
+# frame and sample areas to analyze, the configuration is
+# raster map indipendent.
#
-# This program is free software under the GPL (>=v2)
-# Read the COPYING file that comes with GRASS for details.
+# This program is free software under the GPL (>=v2)
+# Read the COPYING file that comes with GRASS for details.
#
#############################################################################
Modified: grass/branches/develbranch_6/raster/r.li/r.li.setup/r.li.setup.main
===================================================================
--- grass/branches/develbranch_6/raster/r.li/r.li.setup/r.li.setup.main 2014-02-07 08:17:53 UTC (rev 58928)
+++ grass/branches/develbranch_6/raster/r.li/r.li.setup/r.li.setup.main 2014-02-07 10:40:45 UTC (rev 58929)
@@ -203,15 +203,15 @@
# insert buttons
frame .newConf.buttons -relief flat
pack .newConf.buttons -side bottom -anchor center -pady 2
- button .newConf.buttons.save -text "Save settings" -state disabled -command {
+ button .newConf.buttons.save -text "3. Save settings" -state disabled -command {
saveSettings .newConf
}
- button .newConf.buttons.s_area -text "Setup sampling areas" -state disabled -command {
+ button .newConf.buttons.s_area -text "2. Setup sampling areas" -state disabled -command {
setupSamplingArea .newConf
.newConf.buttons.save configure -state active
.newConf.buttons.s_area configure -state disabled
}
- button .newConf.buttons.s_frame -text "Setup sampling frame" -command {
+ button .newConf.buttons.s_frame -text "1. Setup sampling frame" -command {
setupSamplingFrame .newConf
.newConf.buttons.s_frame configure -state disabled
}
More information about the grass-commit
mailing list