mirror of
https://github.com/twisterarmy/twister-core.git
synced 2025-01-11 07:17:53 +00:00
inform the user that database will be rebuilt. without UI, the old message was confusing.
This commit is contained in:
parent
0150dd2f7b
commit
21faab36b7
@ -738,7 +738,7 @@ bool AppInit2(boost::thread_group& threadGroup)
|
|||||||
// first suggest a reindex
|
// first suggest a reindex
|
||||||
if (!fReset) {
|
if (!fReset) {
|
||||||
/*bool fRet =*/ uiInterface.ThreadSafeMessageBox(
|
/*bool fRet =*/ uiInterface.ThreadSafeMessageBox(
|
||||||
strLoadError + ".\n\n" + _("Do you want to rebuild the block database now?"),
|
strLoadError + ".\n\n" + _("Do you want to rebuild the block database now? (assuming YES)"),
|
||||||
"", CClientUIInterface::MSG_ERROR | CClientUIInterface::BTN_ABORT);
|
"", CClientUIInterface::MSG_ERROR | CClientUIInterface::BTN_ABORT);
|
||||||
if (true /* [MF] fRet*/) {
|
if (true /* [MF] fRet*/) {
|
||||||
fReindex = true;
|
fReindex = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user