[Qt] fix ugly typo in bitcoin.cpp
Closes #4145. Rebased-By: Wladimir J. van der Laan <laanwj@gmail.com> Rebased-From: 1e4b083
This commit is contained in:
parent
a475285a53
commit
4629f95b22
2 changed files with 2 additions and 2 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();
|
||||
|
|
|
@ -1729,7 +1729,7 @@ Address: %4
|
|||
</message>
|
||||
<message>
|
||||
<location line="+60"/>
|
||||
<source>Bitcoin Core did't yet exit safely...</source>
|
||||
<source>Bitcoin Core didn't yet exit safely...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
|
Loading…
Reference in a new issue