[GRASS-SVN] r33034 - in grass/branches/develbranch_6/gui:
tcltk/gis.m wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Aug 23 16:54:05 EDT 2008
Author: martinl
Date: 2008-08-23 16:54:05 -0400 (Sat, 23 Aug 2008)
New Revision: 33034
Modified:
grass/branches/develbranch_6/gui/tcltk/gis.m/gmmenu.tcl
grass/branches/develbranch_6/gui/wxpython/gui_modules/menudata.py
Log:
Revert r33025 and partly r33024, Python isn't supposed to be a mandatory dependency in 6.x.
Modified: grass/branches/develbranch_6/gui/tcltk/gis.m/gmmenu.tcl
===================================================================
--- grass/branches/develbranch_6/gui/tcltk/gis.m/gmmenu.tcl 2008-08-23 20:40:40 UTC (rev 33033)
+++ grass/branches/develbranch_6/gui/tcltk/gis.m/gmmenu.tcl 2008-08-23 20:54:05 UTC (rev 33034)
@@ -424,7 +424,7 @@
{command {[G_msg "Clean vector"]} {} "v.clean: Clean vector objects" {} -command {execute v.clean }}
{command {[G_msg "Generalization"]} {} "v.generalize: Smooth, simplify, displace, or generalize a vector map" {} -command {execute v.generalize }}
{separator}
- {command {[G_msg "Convert object types"]} {} "v.type: Convert vector objects from one feature type to another" {} -command {execute $env(GISBASE)/etc/gui/scripts/v.type.py }}
+ {command {[G_msg "Convert object types"]} {} "v.type: Convert vector objects from one feature type to another" {} -command {execute $env(GISBASE)/etc/gui/scripts/v.type.sh }}
{separator}
{command {[G_msg "Add centroids"]} {} "v.centroids: Add centroids to closed boundaries to create areas" {} -command {execute v.centroids }}
{separator}
Modified: grass/branches/develbranch_6/gui/wxpython/gui_modules/menudata.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_modules/menudata.py 2008-08-23 20:40:40 UTC (rev 33033)
+++ grass/branches/develbranch_6/gui/wxpython/gui_modules/menudata.py 2008-08-23 20:54:05 UTC (rev 33034)
@@ -1223,7 +1223,7 @@
(_("Convert object types"),
_("Change the type of geometry elements."),
"self.OnMenuCmd",
- "v.type.py"),
+ "v.type.sh"),
("","","", ""),
(_("Add centroids"),
More information about the grass-commit
mailing list