mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-12 04:42:36 -03:00
[Qt] fix ugly typo in bitcoin.cpp
This commit is contained in:
parent
13d3adb651
commit
1e4b08389d
1 changed files with 1 additions and 1 deletions
|
@ -595,7 +595,7 @@ int main(int argc, char *argv[])
|
|||
app.createWindow(isaTestNet);
|
||||
app.requestInitialize();
|
||||
#if defined(Q_OS_WIN) && QT_VERSION >= 0x050000
|
||||
WinShutdownMonitor::registerShutdownBlockReason(QObject::tr("Bitcoin Core did't yet exit safely..."), (HWND)app.getMainWinId());
|
||||
WinShutdownMonitor::registerShutdownBlockReason(QObject::tr("Bitcoin Core didn't yet exit safely..."), (HWND)app.getMainWinId());
|
||||
#endif
|
||||
app.exec();
|
||||
app.requestShutdown();
|
||||
|
|
Loading…
Reference in a new issue