mirror of
https://github.com/dashpay/dash.git
synced 2024-12-28 21:42:47 +01:00
Fix Typo
This commit is contained in:
parent
0bf30d2b33
commit
951f7d35d6
@ -109,7 +109,7 @@ static std::string Translate(const char* psz)
|
|||||||
static void handleRunawayException(std::exception *e)
|
static void handleRunawayException(std::exception *e)
|
||||||
{
|
{
|
||||||
PrintExceptionContinue(e, "Runaway exception");
|
PrintExceptionContinue(e, "Runaway exception");
|
||||||
QMessageBox::critical(0, "Runaway exception", BitcoinGUI::tr("A fatal error occured. Bitcoin can no longer continue safely and will quit.") + QString("\n\n") + QString::fromStdString(strMiscWarning));
|
QMessageBox::critical(0, "Runaway exception", BitcoinGUI::tr("A fatal error occurred. Bitcoin can no longer continue safely and will quit.") + QString("\n\n") + QString::fromStdString(strMiscWarning));
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user