Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #391 from slarosa/gdal_tools_issue
fix typo in gdal tools
  • Loading branch information
mach0 committed Jan 17, 2013
2 parents a928d51 + 629fa5a commit 79d7246
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/GdalTools/tools/dialogSRS.py
Expand Up @@ -51,7 +51,7 @@ def proj4string(self):
return self.selector.selectedProj4String()

def getProjection(self):
if self.authid().startsWith("EPSG:", Qt.CaseInsensitive):
if self.authid().startswith("EPSG:", Qt.CaseInsensitive):
return self.authid()

if not self.selector.selectedProj4String().isEmpty():
Expand Down

0 comments on commit 79d7246

Please sign in to comment.