[GRASS-SVN] r55724 - grass/branches/releasebranch_6_4/gui/wxpython/gui_core

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Apr 12 20:08:50 PDT 2013


Author: hamish
Date: 2013-04-12 20:08:50 -0700 (Fri, 12 Apr 2013)
New Revision: 55724

Modified:
   grass/branches/releasebranch_6_4/gui/wxpython/gui_core/goutput.py
Log:
correct module name (merge from devbr6)

Modified: grass/branches/releasebranch_6_4/gui/wxpython/gui_core/goutput.py
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/gui_core/goutput.py	2013-04-13 03:07:34 UTC (rev 55723)
+++ grass/branches/releasebranch_6_4/gui/wxpython/gui_core/goutput.py	2013-04-13 03:08:50 UTC (rev 55724)
@@ -506,7 +506,7 @@
                                  'd.rast3d'       : '3d-raster',
                                  'd.rgb'          : 'rgb',
                                  'd.his'          : 'his',
-                                 'd.shaded'       : 'shaded',
+                                 'd.shadedmap'    : 'shaded',
                                  'd.legend'       : 'rastleg',
                                  'd.rast.arrow'   : 'rastarrow',
                                  'd.rast.num'     : 'rastnum',



More information about the grass-commit mailing list