[GRASS-SVN] r30575 - grass-addons/gipe
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Mar 15 21:50:54 EDT 2008
Author: ychemin
Date: 2008-03-15 21:50:54 -0400 (Sat, 15 Mar 2008)
New Revision: 30575
Modified:
grass-addons/gipe/gmmenu.tcl
grass-addons/gipe/menudata.py
Log:
updated menus with CASC2D link
Modified: grass-addons/gipe/gmmenu.tcl
===================================================================
--- grass-addons/gipe/gmmenu.tcl 2008-03-16 01:01:44 UTC (rev 30574)
+++ grass-addons/gipe/gmmenu.tcl 2008-03-16 01:50:54 UTC (rev 30575)
@@ -300,7 +300,7 @@
{command {[G_msg "Length Slope and Slope (LS)"]} {} "r.watershed" {} -command {execute r.watershed }}
}}
{cascad {[G_msg "Hydrologic modeling"]} {} "" $tmenu {
- {command {[G_msg "CASC2D"]} {} "r.CASC2D: CASC2D hydrological modeling" {} -command {execute r.CASC2D }}
+ {command {[G_msg "CASC2D"]} {} "r.CASC2D: CASC2D hydrological modeling" {} -command {execute r.hydro.CASC2D }}
{command {[G_msg "Carve stream channels"]} {} "r.carve: Carve stream channels into elevation map using vector streams map" {} -command {execute r.carve }}
{command {[G_msg "Fill lake"]} {} "r.lake: Fill lake from seed point to specified level" {} -command {execute r.lake }}
{separator}
Modified: grass-addons/gipe/menudata.py
===================================================================
--- grass-addons/gipe/menudata.py 2008-03-16 01:01:44 UTC (rev 30574)
+++ grass-addons/gipe/menudata.py 2008-03-16 01:50:54 UTC (rev 30575)
@@ -239,7 +239,7 @@
("Length Slope and Slope (LS)", "Length Slope and Slope (LS)", "self.OnMenuCmd", "r.watershed"),
)),
("Hydrologic modeling", (
- ("CASC2D", "CASC2D hydrological model", "self.OnMenuCmd", "r.CASC2D"),
+ ("CASC2D", "CASC2D hydrological model", "self.OnMenuCmd", "r.hydro.CASC2D"),
("Carve stream channels", "Carve stream channels into elevation map using vector streams map", "self.OnMenuCmd", "r.carve"),
("Fill lake", "Fill lake from seed point to specified level", "self.OnMenuCmd", "r.lake"),
("","","", ""),
More information about the grass-commit
mailing list