[GRASS-SVN] r42517 - grass/branches/develbranch_6/gui/wxpython/xml

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Jun 8 14:56:40 EDT 2010


Author: martinl
Date: 2010-06-08 14:56:39 -0400 (Tue, 08 Jun 2010)
New Revision: 42517

Modified:
   grass/branches/develbranch_6/gui/wxpython/xml/menudata_modeler.xml
Log:
wxGUI/modeler: cosmetics in the menu
(merge r42506 from trunk)


Modified: grass/branches/develbranch_6/gui/wxpython/xml/menudata_modeler.xml
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/xml/menudata_modeler.xml	2010-06-08 17:06:57 UTC (rev 42516)
+++ grass/branches/develbranch_6/gui/wxpython/xml/menudata_modeler.xml	2010-06-08 18:56:39 UTC (rev 42517)
@@ -87,11 +87,16 @@
 	  <handler>OnRemoveItem</handler>
 	</menuitem>
 	<separator />
-	<menuitem>
+ 	<menuitem>
 	  <label>Model properties</label>
 	  <help>Model properties (name, purpose, etc.)</help>
 	  <handler>OnModelProperties</handler>
 	</menuitem>
+ 	<menuitem>
+	  <label>Manage variables</label>
+	  <help>Manage model variables</help>
+	  <handler>OnModelVariables</handler>
+	</menuitem>
 	<separator />
 	<menuitem>
 	  <label>Delete intermediate data</label>



More information about the grass-commit mailing list