[GRASS-SVN] r62598 - in grass/branches/releasebranch_7_0: . gui/wxpython/xml

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Nov 4 08:52:07 PST 2014


Author: martinl
Date: 2014-11-04 08:52:07 -0800 (Tue, 04 Nov 2014)
New Revision: 62598

Modified:
   grass/branches/releasebranch_7_0/
   grass/branches/releasebranch_7_0/gui/wxpython/xml/toolboxes.xml
Log:
wxGUI: remove extra separators between g.copy/rename/remove
       (merge r62597 from trunk)



Property changes on: grass/branches/releasebranch_7_0
___________________________________________________________________
Modified: svn:mergeinfo
   - /grass/trunk:61096,62179-62180,62182,62403,62422,62424,62437,62466,62487,62491,62494,62506,62508-62509,62515,62518-62519,62521,62526,62533,62539,62541,62555,62562,62570,62573,62575
   + /grass/trunk:61096,62179-62180,62182,62403,62422,62424,62437,62466,62487,62491,62494,62506,62508-62509,62515,62518-62519,62521,62526,62533,62539,62541,62555,62562,62570,62573,62575,62597

Modified: grass/branches/releasebranch_7_0/gui/wxpython/xml/toolboxes.xml
===================================================================
--- grass/branches/releasebranch_7_0/gui/wxpython/xml/toolboxes.xml	2014-11-04 16:50:25 UTC (rev 62597)
+++ grass/branches/releasebranch_7_0/gui/wxpython/xml/toolboxes.xml	2014-11-04 16:52:07 UTC (rev 62598)
@@ -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