[GRASS-SVN] r29992 - grass/trunk/gui/wxpython/gui_modules

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Feb 7 02:47:14 EST 2008


Author: martinl
Date: 2008-02-07 02:47:13 -0500 (Thu, 07 Feb 2008)
New Revision: 29992

Modified:
   grass/trunk/gui/wxpython/gui_modules/preferences.py
Log:
wxGUI/digit: Switch to vdigit interface as default one.

Modified: grass/trunk/gui/wxpython/gui_modules/preferences.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/preferences.py	2008-02-07 06:33:18 UTC (rev 29991)
+++ grass/trunk/gui/wxpython/gui_modules/preferences.py	2008-02-07 07:47:13 UTC (rev 29992)
@@ -39,7 +39,7 @@
             'displayFont' : '',
             # advanced
             'settingsFile' : 'home', # home, location, mapset
-            'digitInterface' : 'vedit', # vedit, vdigit
+            'digitInterface' : 'vdigit', # vedit, vdigit
             }
         
         self.userSettings = copy.deepcopy(self.defaultSettings)



More information about the grass-commit mailing list