Browse Source

Merge pull request #4430

33c62c9 set shutdown title to main window title (Philip Kaufmann)
0.10
Wladimir J. van der Laan 10 years ago
parent
commit
dfaa35d8cd
No known key found for this signature in database
GPG Key ID: 74810B012346C9A6
  1. 1
      src/qt/utilitydialog.cpp

1
src/qt/utilitydialog.cpp

@ -117,6 +117,7 @@ void ShutdownWindow::showShutdownWindow(BitcoinGUI *window) @@ -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…
Cancel
Save