mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-04 00:30:59 -05:00
Update python/plugins/db_manager/db_plugins/plugin.py
Co-Authored-By: Nyall Dawson <nyall.dawson@gmail.com>
This commit is contained in:
parent
fd9cc9354f
commit
da31655549
@ -1158,7 +1158,7 @@ class VectorTable(Table):
|
||||
def selectedCrs():
|
||||
return crsSelector.crs()
|
||||
|
||||
addButton = QPushButton(self.tr('Load layer'))
|
||||
addButton = QPushButton(self.tr('Load Layer'))
|
||||
addButton.clicked.connect(lambda: self.addLayer(selectedGeometryType(), selectedCrs()))
|
||||
btns = QDialogButtonBox(QDialogButtonBox.Cancel)
|
||||
btns.addButton(addButton, QDialogButtonBox.ActionRole)
|
||||
|
Loading…
x
Reference in New Issue
Block a user