dynconf/query history: add readonly mode
This commit is contained in:
parent
e55840c624
commit
f192be517c
@ -328,7 +328,7 @@ int main(int argc, char **argv)
|
|||||||
if (!g_dynconf || !g_dynconf->ok()) {
|
if (!g_dynconf || !g_dynconf->ok()) {
|
||||||
QString msg = app.translate
|
QString msg = app.translate
|
||||||
("Main",
|
("Main",
|
||||||
"\"history\" file is damaged or un(read)writeable, please check "
|
"\"history\" file is damaged, please check "
|
||||||
"or remove it: ") + QString::fromLocal8Bit(historyfile.c_str());
|
"or remove it: ") + QString::fromLocal8Bit(historyfile.c_str());
|
||||||
QMessageBox::critical(0, "Recoll", msg);
|
QMessageBox::critical(0, "Recoll", msg);
|
||||||
exit(1);
|
exit(1);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user