[GRASS-SVN] r39092 -
grass/branches/develbranch_6/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Sep 9 11:17:14 EDT 2009
Author: martinl
Date: 2009-09-09 11:17:14 -0400 (Wed, 09 Sep 2009)
New Revision: 39092
Modified:
grass/branches/develbranch_6/gui/wxpython/gui_modules/menudata.py
Log:
print commands > 2 levels
(merge r39091 from trunk)
Modified: grass/branches/develbranch_6/gui/wxpython/gui_modules/menudata.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_modules/menudata.py 2009-09-09 15:08:26 UTC (rev 39091)
+++ grass/branches/develbranch_6/gui/wxpython/gui_modules/menudata.py 2009-09-09 15:17:14 UTC (rev 39092)
@@ -156,6 +156,7 @@
if eachItem[3]:
fh.write('%s%s' % (eachItem[3], itemSep))
fh.write(menuSep.join(menuItems))
+ fh.write('%s%s' % (menuSep, eachItem[0]))
fh.write('\n')
def GetModules(self):
More information about the grass-commit
mailing list