Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix syntax error
  • Loading branch information
jef-n committed Jan 8, 2013
1 parent 7e29d7c commit 6984071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/GdalTools/tools/dialogSRS.py
Expand Up @@ -45,7 +45,7 @@ def __init__(self, title, parent=None):
self.connect(buttonBox, SIGNAL("rejected()"), self.reject)

def authid(self):
return str(self.selector.selectedAuthId()
return str(self.selector.selectedAuthId())

def proj4string(self):
return self.selector.selectedProj4String()
Expand Down

0 comments on commit 6984071

Please sign in to comment.