Browse Source

Backport from develbranch_6 r39310. Fix problem with searching for EPSG codes.

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@39358 15284696-431f-4ddb-bdfa-cd5b030d7da7
Michael Barton 16 years ago
parent
commit
11eb53baf9
1 changed files with 0 additions and 1 deletions
  1. 0 1
      gui/wxpython/gui_modules/location_wizard.py

+ 0 - 1
gui/wxpython/gui_modules/location_wizard.py

@@ -1379,7 +1379,6 @@ class EPSGPage(TitledPage):
         try:
         try:
             self.epsgcode = self.epsglist.Search(index=self.csearch.GetSelection(),
             self.epsgcode = self.epsglist.Search(index=self.csearch.GetSelection(),
                                                  pattern=value)[0]
                                                  pattern=value)[0]
-            self.tcode.SetValue(str(self.epsgcode))
         except IndexError: # -> no item found
         except IndexError: # -> no item found
             self.epsgcode = None
             self.epsgcode = None
             self.tcode.SetValue('')
             self.tcode.SetValue('')