mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-01-23 05:14:19 +00:00
Merge pull request #4430
33c62c9 set shutdown title to main window title (Philip Kaufmann)
This commit is contained in:
commit
dfaa35d8cd
@ -117,6 +117,7 @@ void ShutdownWindow::showShutdownWindow(BitcoinGUI *window)
|
||||
tr("Bitcoin Core is shutting down...") + "<br /><br />" +
|
||||
tr("Do not shut down the computer until this window disappears.")));
|
||||
shutdownWindow->setLayout(layout);
|
||||
shutdownWindow->setWindowTitle(window->windowTitle());
|
||||
|
||||
// Center shutdown window at where main window was
|
||||
const QPoint global = window->mapToGlobal(window->rect().center());
|
||||
|
Loading…
x
Reference in New Issue
Block a user