[GRASS-SVN] r30776 -
grass/branches/releasebranch_6_3/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Mar 28 05:13:36 EDT 2008
Author: martinl
Date: 2008-03-28 05:13:36 -0400 (Fri, 28 Mar 2008)
New Revision: 30776
Modified:
grass/branches/releasebranch_6_3/gui/wxpython/gui_modules/location_wizard.py
Log:
wxGUI (location wizard): load default EPSG codes on entering the wizard page
(backported from trunk, r30775)
Modified: grass/branches/releasebranch_6_3/gui/wxpython/gui_modules/location_wizard.py
===================================================================
--- grass/branches/releasebranch_6_3/gui/wxpython/gui_modules/location_wizard.py 2008-03-28 09:07:00 UTC (rev 30775)
+++ grass/branches/releasebranch_6_3/gui/wxpython/gui_modules/location_wizard.py 2008-03-28 09:13:36 UTC (rev 30776)
@@ -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