فهرست منبع

wxGUI/extension: fix search by command

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@54040 15284696-431f-4ddb-bdfa-cd5b030d7da7
Anna Petrášová 12 سال پیش
والد
کامیت
3eb3cc77cd
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      gui/wxpython/modules/extensions.py

+ 1 - 0
gui/wxpython/modules/extensions.py

@@ -440,6 +440,7 @@ class ExtensionTree(ItemTree):
                     if prefix not in mdict:
                         mdict[prefix] = dict()
                     mdict[prefix][name] = dict()
+                    mdict[prefix][name]['command'] = value
                 else:
                     mdict[prefix][name][key] = value
             else: