diff options
author | Philip Kaufmann <phil.kaufmann@t-online.de> | 2013-12-16 23:36:22 +0100 |
---|---|---|
committer | Philip Kaufmann <phil.kaufmann@t-online.de> | 2013-12-16 23:36:22 +0100 |
commit | 46469d0f8610587c472d6c627baad327aeda5b49 (patch) | |
tree | d3417cdb58e4347de8930b01cd5f15fa8cf06f86 /src/init.cpp | |
parent | 3743b80528b867cfe142f2c07aee31d92a1e13cb (diff) |
some more small re-branding changes (Bitcoin Core)
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 40dd2d04cd..f577a6e05c 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) { |