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

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Jul 1 03:50:15 EDT 2011


Author: martinl
Date: 2011-07-01 00:50:15 -0700 (Fri, 01 Jul 2011)
New Revision: 46888

Modified:
   grass/branches/develbranch_6/gui/wxpython/gui_modules/preferences.py
Log:
wxGUI: fix r46887


Modified: grass/branches/develbranch_6/gui/wxpython/gui_modules/preferences.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_modules/preferences.py	2011-07-01 07:45:56 UTC (rev 46887)
+++ grass/branches/develbranch_6/gui/wxpython/gui_modules/preferences.py	2011-07-01 07:50:15 UTC (rev 46888)
@@ -61,7 +61,7 @@
     """!Generic class where to store settings"""
     def __init__(self):
         # settings file
-        self.filePath = os.path.join(utils.GetSettingsPath(), '.wx')
+        self.filePath = os.path.join(utils.GetSettingsPath(), 'wx')
         
         # key/value separator
         self.sep = ';'



More information about the grass-commit mailing list