[GRASS-SVN] r48432 - grass/branches/develbranch_6/gui/wxpython/gui_modules

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Sep 23 14:04:42 EDT 2011


Author: martinl
Date: 2011-09-23 11:04:41 -0700 (Fri, 23 Sep 2011)
New Revision: 48432

Modified:
   grass/branches/develbranch_6/gui/wxpython/gui_modules/utils.py
Log:
wxGUI: #1014 (wxgui: display labels doesn't work)
       (merge r48431 from trunk)


Modified: grass/branches/develbranch_6/gui/wxpython/gui_modules/utils.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_modules/utils.py	2011-09-23 18:03:01 UTC (rev 48431)
+++ grass/branches/develbranch_6/gui/wxpython/gui_modules/utils.py	2011-09-23 18:04:41 UTC (rev 48432)
@@ -115,7 +115,7 @@
             if p in ('map', 'input',
                      'red', 'blue', 'green',
                      'h_map', 's_map', 'i_map',
-                     'reliefmap'):
+                     'reliefmap', 'labels'):
                 params.append((idx, p, v))
         
         if len(params) < 1:



More information about the grass-commit mailing list