[GRASS-SVN] r48433 -
grass/branches/releasebranch_6_4/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Sep 23 14:28:27 EDT 2011
Author: martinl
Date: 2011-09-23 11:28:27 -0700 (Fri, 23 Sep 2011)
New Revision: 48433
Modified:
grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/utils.py
Log:
wxGUI: #1014 (wxgui: display labels doesn't work)
(merge r48431 from trunk)
Modified: grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/utils.py
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/utils.py 2011-09-23 18:04:41 UTC (rev 48432)
+++ grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/utils.py 2011-09-23 18:28:27 UTC (rev 48433)
@@ -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