[GRASS-SVN] r57544 - grass/branches/releasebranch_6_4/gui/wxpython/core

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Aug 29 06:04:07 PDT 2013


Author: martinl
Date: 2013-08-29 06:04:07 -0700 (Thu, 29 Aug 2013)
New Revision: 57544

Modified:
   grass/branches/releasebranch_6_4/gui/wxpython/core/settings.py
Log:
wxGUI: fix OnDefault() settings


Modified: grass/branches/releasebranch_6_4/gui/wxpython/core/settings.py
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/core/settings.py	2013-08-29 13:01:23 UTC (rev 57543)
+++ grass/branches/releasebranch_6_4/gui/wxpython/core/settings.py	2013-08-29 13:04:07 UTC (rev 57544)
@@ -189,7 +189,7 @@
                     'selection' : 0,
                     },
                 'nvizDepthBuffer' : {
-                    'value' : 16,
+                    'value' : '16',
                     },
                 },
             #



More information about the grass-commit mailing list