[GRASS-SVN] r55723 - grass/branches/develbranch_6/gui/wxpython/gui_core

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Apr 12 20:07:34 PDT 2013


Author: hamish
Date: 2013-04-12 20:07:34 -0700 (Fri, 12 Apr 2013)
New Revision: 55723

Modified:
   grass/branches/develbranch_6/gui/wxpython/gui_core/goutput.py
Log:
correct module name

Modified: grass/branches/develbranch_6/gui/wxpython/gui_core/goutput.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_core/goutput.py	2013-04-12 22:25:54 UTC (rev 55722)
+++ grass/branches/develbranch_6/gui/wxpython/gui_core/goutput.py	2013-04-13 03:07:34 UTC (rev 55723)
@@ -508,7 +508,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