diff options
| author | Wladimir J. van der Laan <[email protected]> | 2013-12-17 07:29:44 +0100 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2013-12-17 07:29:53 +0100 |
| commit | 8f5fd9449738e95d8c9dc27e9ddb9b7305b24564 (patch) | |
| tree | d3417cdb58e4347de8930b01cd5f15fa8cf06f86 /src/init.cpp | |
| parent | Merge pull request #3430 from ldenman/patch-1 (diff) | |
| parent | some more small re-branding changes (Bitcoin Core) (diff) | |
| download | discoin-8f5fd9449738e95d8c9dc27e9ddb9b7305b24564.tar.xz discoin-8f5fd9449738e95d8c9dc27e9ddb9b7305b24564.zip | |
Merge pull request #3434
46469d0 some more small re-branding changes (Bitcoin Core) (Philip Kaufmann)
Diffstat (limited to 'src/init.cpp')
| -rw-r--r-- | src/init.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/init.cpp b/src/init.cpp index 40dd2d04c..f577a6e05 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -858,8 +858,8 @@ bool AppInit2(boost::thread_group& threadGroup, bool fForceServer) } } - // as LoadBlockIndex can take several minutes, it's possible the user - // requested to kill bitcoin-qt during the last operation. If so, exit. + // As LoadBlockIndex can take several minutes, it's possible the user + // requested to kill the GUI during the last operation. If so, exit. // As the program has not fully started yet, Shutdown() is possibly overkill. if (fRequestShutdown) { |