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

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Mar 28 05:07:00 EDT 2008


Author: martinl
Date: 2008-03-28 05:07:00 -0400 (Fri, 28 Mar 2008)
New Revision: 30775

Modified:
   grass/trunk/gui/wxpython/gui_modules/location_wizard.py
Log:
wxGUI (location wizard): load default EPSG codes on entering the wizard page


Modified: grass/trunk/gui/wxpython/gui_modules/location_wizard.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/location_wizard.py	2008-03-28 06:55:47 UTC (rev 30774)
+++ grass/trunk/gui/wxpython/gui_modules/location_wizard.py	2008-03-28 09:07:00 UTC (rev 30775)
@@ -1225,6 +1225,9 @@
         else:
             wx.FindWindowById(wx.ID_FORWARD).Enable(True)
 
+        # load default epsg database file
+        self.OnBrowseCodes(None)
+        
         event.Skip()
 
     def OnPageChanging(self, event):



More information about the grass-commit mailing list