|
|
@ -117,6 +117,7 @@ void ShutdownWindow::showShutdownWindow(BitcoinGUI *window)
|
|
|
|
tr("Bitcoin Core is shutting down...") + "<br /><br />" +
|
|
|
|
tr("Bitcoin Core is shutting down...") + "<br /><br />" +
|
|
|
|
tr("Do not shut down the computer until this window disappears.")));
|
|
|
|
tr("Do not shut down the computer until this window disappears.")));
|
|
|
|
shutdownWindow->setLayout(layout);
|
|
|
|
shutdownWindow->setLayout(layout);
|
|
|
|
|
|
|
|
shutdownWindow->setWindowTitle(window->windowTitle());
|
|
|
|
|
|
|
|
|
|
|
|
// Center shutdown window at where main window was
|
|
|
|
// Center shutdown window at where main window was
|
|
|
|
const QPoint global = window->mapToGlobal(window->rect().center());
|
|
|
|
const QPoint global = window->mapToGlobal(window->rect().center());
|
|
|
|