Browse Source

wxGUI: fix launching v.krige, see https://trac.osgeo.org/grass/ticket/2795 (merge from trunk, https://trac.osgeo.org/grass/changeset/66894)

git-svn-id: https://svn.osgeo.org/grass/grass/branches/releasebranch_7_0@66915 15284696-431f-4ddb-bdfa-cd5b030d7da7
Anna Petrášová 9 years ago
parent
commit
2cbfd1045d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      gui/wxpython/lmgr/frame.py

+ 1 - 1
gui/wxpython/lmgr/frame.py

@@ -744,7 +744,7 @@ class GMFrame(wx.Frame):
         
         # check list of dummy commands for GUI modules that do not have GRASS
         # bin modules or scripts. 
-        if cmd in ['vcolors', 'r.mapcalc', 'r3.mapcalc']:
+        if cmd in ['vcolors', 'r.mapcalc', 'r3.mapcalc', 'v.krige']:
             return cmdlist
 
         try: