Showing with 1 addition and 1 deletion.
  1. +1 −1 python/plugins/GdalTools/tools/dialogSRS.py
2 changes: 1 addition & 1 deletion python/plugins/GdalTools/tools/dialogSRS.py
Original file line number Diff line number Diff line change
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