[GRASS-SVN] r59280 - grass/trunk/gui/wxpython/core

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Mar 18 00:17:27 PDT 2014


Author: neteler
Date: 2014-03-18 00:17:26 -0700 (Tue, 18 Mar 2014)
New Revision: 59280

Modified:
   grass/trunk/gui/wxpython/core/utils.py
Log:
fix r59279 (revert accidential extra commit)

Modified: grass/trunk/gui/wxpython/core/utils.py
===================================================================
--- grass/trunk/gui/wxpython/core/utils.py	2014-03-18 07:13:50 UTC (rev 59279)
+++ grass/trunk/gui/wxpython/core/utils.py	2014-03-18 07:17:26 UTC (rev 59280)
@@ -1010,7 +1010,7 @@
                  'd.histogram'    : 'histogram',
                  'd.colortable'   : 'colortable',
                  'd.graph'        : 'graph',
-                 'd.text'         : 'text'
+                 'd.out.file'     : 'export'
                  }
 ltype2command = {}
 for (cmd, ltype) in command2ltype.items():



More information about the grass-commit mailing list