Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix typo in gdal tools
  • Loading branch information
slarosa committed Jan 17, 2013
1 parent a928d51 commit 629fa5a
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 629fa5a

Please sign in to comment.