[GRASS-SVN] r67246 - grass/branches/releasebranch_7_0/gui/wxpython/xml

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Dec 19 02:53:07 PST 2015


Author: martinl
Date: 2015-12-19 02:53:07 -0800 (Sat, 19 Dec 2015)
New Revision: 67246

Modified:
   grass/branches/releasebranch_7_0/gui/wxpython/xml/menudata_modeler.xml
Log:
wxGUI/modeler: remove non-functional if-else conditions from menu

Modified: grass/branches/releasebranch_7_0/gui/wxpython/xml/menudata_modeler.xml
===================================================================
--- grass/branches/releasebranch_7_0/gui/wxpython/xml/menudata_modeler.xml	2015-12-19 10:45:15 UTC (rev 67245)
+++ grass/branches/releasebranch_7_0/gui/wxpython/xml/menudata_modeler.xml	2015-12-19 10:53:07 UTC (rev 67246)
@@ -89,12 +89,6 @@
 	  <shortcut>Ctrl+L</shortcut>
 	</menuitem>
 	<menuitem>
-	  <label>Add condition</label>
-	  <help>Adds condition (if/else) to model</help>
-	  <handler>OnDefineCondition</handler>
-	  <shortcut>Ctrl+I</shortcut>
-	</menuitem>
-	<menuitem>
 	  <label>Add comment</label>
 	  <help>Adds comment to model</help>
 	  <handler>OnAddComment</handler>



More information about the grass-commit mailing list