[GRASS-SVN] r32134 - grass/trunk/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Jul 16 12:18:54 EDT 2008
Author: martinl
Date: 2008-07-16 12:18:54 -0400 (Wed, 16 Jul 2008)
New Revision: 32134
Modified:
grass/trunk/gui/wxpython/gui_modules/preferences.py
Log:
wxGUI: missing 'symbolArea' added to preferences, related to r32132
Modified: grass/trunk/gui/wxpython/gui_modules/preferences.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/preferences.py 2008-07-16 14:57:50 UTC (rev 32133)
+++ grass/trunk/gui/wxpython/gui_modules/preferences.py 2008-07-16 16:18:54 UTC (rev 32134)
@@ -206,6 +206,10 @@
'enabled' : False,
'color' : (255, 20, 147, 255)
}, # deep pink
+ 'symbolArea' : {
+ 'enabled' : True,
+ 'color' : (217, 255, 217, 255)
+ }, # green
'symbolDirection' : {
'enabled' : False,
'color' : (255, 0, 0, 255)
More information about the grass-commit
mailing list