mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-03 00:04:47 -04:00
Fix DB Manager SpatiaLite file filter
This commit is contained in:
parent
33cebb73e3
commit
dd647cb16c
@ -99,7 +99,8 @@ class SpatiaLiteDBPlugin(DBPlugin):
|
||||
QApplication.restoreOverrideCursor()
|
||||
try:
|
||||
filename, selected_filter = QFileDialog.getOpenFileName(
|
||||
parent, "Choose SQLite/SpatiaLite file"
|
||||
parent, parent.tr("Choose SQLite/SpatiaLite file"), None,
|
||||
parent.tr( "SpatiaLite DB" ) + " (*.sqlite *.db *.sqlite3 *.db3 *.s3db);;" + parent.tr( "All files" ) + " (*)"
|
||||
)
|
||||
if not filename:
|
||||
return
|
||||
|
Loading…
x
Reference in New Issue
Block a user