浏览代码

fix https://trac.osgeo.org/grass/changeset/59279 (revert accidential extra commit)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@59280 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 11 年之前
父节点
当前提交
859dd7a878
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      gui/wxpython/core/utils.py

+ 1 - 1
gui/wxpython/core/utils.py

@@ -1010,7 +1010,7 @@ command2ltype = {'d.rast'         : 'raster',
                  'd.histogram'    : 'histogram',
                  'd.colortable'   : 'colortable',
                  'd.graph'        : 'graph',
-                 'd.text'         : 'text'
+                 'd.out.file'     : 'export'
                  }
 ltype2command = {}
 for (cmd, ltype) in command2ltype.items():