support RPC stop and encryptwallet with UI

This commit is contained in:
Wladimir J. van der Laan
2012-03-25 20:17:59 +02:00
parent 5d7cebdadc
commit 1a3f0da922
5 changed files with 17 additions and 15 deletions

View File

@@ -1812,7 +1812,7 @@ bool CheckDiskSpace(uint64 nAdditionalBytes)
strMiscWarning = strMessage;
printf("*** %s\n", strMessage.c_str());
ThreadSafeMessageBox(strMessage, "Bitcoin", wxOK | wxICON_EXCLAMATION);
CreateThread(Shutdown, NULL);
QueueShutdown();
return false;
}
return true;