[GRASS-SVN] r62597 - grass/trunk/gui/wxpython/xml

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Nov 4 08:50:25 PST 2014


Author: martinl
Date: 2014-11-04 08:50:25 -0800 (Tue, 04 Nov 2014)
New Revision: 62597

Modified:
   grass/trunk/gui/wxpython/xml/toolboxes.xml
Log:
wxGUI: remove extra separators between g.copy/rename/remove


Modified: grass/trunk/gui/wxpython/xml/toolboxes.xml
===================================================================
--- grass/trunk/gui/wxpython/xml/toolboxes.xml	2014-11-04 15:48:46 UTC (rev 62596)
+++ grass/trunk/gui/wxpython/xml/toolboxes.xml	2014-11-04 16:50:25 UTC (rev 62597)
@@ -496,15 +496,12 @@
       <module-item name="g.copy">
         <label>Copy</label>
       </module-item>
-      <separator/>
       <module-item name="g.list">
         <label>List</label>
       </module-item>
-      <separator/>
       <module-item name="g.rename">
         <label>Rename</label>
       </module-item>
-      <separator/>
       <module-item name="g.remove">
         <label>Delete</label>
       </module-item>



More information about the grass-commit mailing list