Switch to unified view
a/src/qtgui/rclmain_w.cpp | b/src/qtgui/rclmain_w.cpp | ||
---|---|---|---|
... |
... |
||
357 | (this, "Recoll", |
357 | (this, "Recoll", |
358 | qApp->translate("Main", "Could not open database in ") + |
358 | qApp->translate("Main", "Could not open database in ") + |
359 | QString::fromLocal8Bit(rclconfig->getDbDir().c_str()) + |
359 | QString::fromLocal8Bit(rclconfig->getDbDir().c_str()) + |
360 | qApp->translate("Main", |
360 | qApp->translate("Main", |
361 | ".\n" |
361 | ".\n" |
362 | "Click Cancel if you want to edit the configuration file before indexation starts, or Ok to let it proceed."), |
362 | "Click Cancel if you want to edit the configuration file before indexing starts, or Ok to let it proceed."),
|
363 | "Ok", "Cancel", 0, 0)) { |
363 | "Ok", "Cancel", 0, 0)) { |
364 | 364 | ||
365 | case 0: // Ok: indexing is going to start. |
365 | case 0: // Ok: indexing is going to start. |
366 | start_indexing(true); |
366 | start_indexing(true); |
367 | break; |
367 | break; |