[GRASS-SVN] r56348 - grass/trunk/gui/wxpython/location_wizard

svn_grass at osgeo.org svn_grass at osgeo.org
Tue May 21 05:56:53 PDT 2013


Author: annakrat
Date: 2013-05-21 05:56:52 -0700 (Tue, 21 May 2013)
New Revision: 56348

Modified:
   grass/trunk/gui/wxpython/location_wizard/wizard.py
Log:
wxGUI/locwizard: minor change (don't delete search string when search fails on epsg page)

Modified: grass/trunk/gui/wxpython/location_wizard/wizard.py
===================================================================
--- grass/trunk/gui/wxpython/location_wizard/wizard.py	2013-05-21 12:13:29 UTC (rev 56347)
+++ grass/trunk/gui/wxpython/location_wizard/wizard.py	2013-05-21 12:56:52 UTC (rev 56348)
@@ -1458,7 +1458,6 @@
                 self.epsgcode = None
                 self.epsgdesc = self.epsgparams = ''
                 self.tcode.SetValue('')
-                self.searchb.SetValue('')
 
         event.Skip()
         



More information about the grass-commit mailing list