瀏覽代碼

print commands > 2 levels

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@39091 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 15 年之前
父節點
當前提交
077fb8cc8c
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      gui/wxpython/gui_modules/menudata.py

+ 1 - 0
gui/wxpython/gui_modules/menudata.py

@@ -156,6 +156,7 @@ class Data:
                 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):