Skip to content

Commit

Permalink
[processing] fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbruy committed Nov 17, 2014
1 parent 95650c4 commit 2a8fabf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/processing/gui/CrsSelectionPanel.py
Expand Up @@ -40,7 +40,7 @@ def __init__(self, default):

self.leText.setEnabled(False)

self.btnBSelect.clicked.connect(self.browseCRS)
self.btnSelect.clicked.connect(self.browseCRS)
self.authId = QgsCoordinateReferenceSystem(default).authid()
self.updateText()

Expand Down

0 comments on commit 2a8fabf

Please sign in to comment.