Sfoglia il codice sorgente

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 anni fa
parent
commit
859dd7a878
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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.histogram'    : 'histogram',
                  'd.colortable'   : 'colortable',
                  'd.colortable'   : 'colortable',
                  'd.graph'        : 'graph',
                  'd.graph'        : 'graph',
-                 'd.text'         : 'text'
+                 'd.out.file'     : 'export'
                  }
                  }
 ltype2command = {}
 ltype2command = {}
 for (cmd, ltype) in command2ltype.items():
 for (cmd, ltype) in command2ltype.items():