From d504497c10d3cc9441a39245af1723e8c0ae556d Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 13 Oct 2014 15:43:48 -0500 Subject: Bring filenew, fileopen, fileprint, filequickprint, filesave, filesaveas, fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance --- kexi/kexidb/drivers/sqlite/sqliteconnection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kexi/kexidb/drivers') diff --git a/kexi/kexidb/drivers/sqlite/sqliteconnection.cpp b/kexi/kexidb/drivers/sqlite/sqliteconnection.cpp index cf478b94..0be5b742 100644 --- a/kexi/kexidb/drivers/sqlite/sqliteconnection.cpp +++ b/kexi/kexidb/drivers/sqlite/sqliteconnection.cpp @@ -205,7 +205,7 @@ bool SQLiteConnection::drv_useDatabase( const TQString &dbName, bool *cancelled, + i18n("The file is probably already open on this or another computer.") + " " + i18n("Could not gain exclusive access for writing the file."), KMessageBox::WarningContinueCancel, KMessageBox::Continue, - KGuiItem(i18n("Open As Read-Only"), "fileopen"), KStdGuiItem::cancel(), + KGuiItem(i18n("Open As Read-Only"), "document-open"), KStdGuiItem::cancel(), "askBeforeOpeningFileReadOnly", KMessageBox::Notify, msgHandler )) { clearError(); -- cgit v1.2.1