Convert accidental instances of STQL to the proper SQL

git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kmymoney@1247182 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
v3.5.13-sru
tpearson 13 years ago
parent 902ba103f2
commit 416b853408

@ -182,10 +182,10 @@ void KSelectDatabaseDlg::slotDriverSelected (TQListBoxItem *driver) {
if (dbType == Sqlite3){ if (dbType == Sqlite3){
TQString dbName = TQFileDialog::getOpenFileName( TQString dbName = TQFileDialog::getOpenFileName(
"", "",
i18n("STQLite files (*.sql);; All files (*.*)"), i18n("SQLite files (*.sql);; All files (*.*)"),
this, this,
"", "",
i18n("Select STQLite file")); i18n("Select SQLite file"));
if (dbName.isNull()) { if (dbName.isNull()) {
listDrivers->setSelected(driver, false); listDrivers->setSelected(driver, false);
return; return;

Loading…
Cancel
Save