aboutsummaryrefslogtreecommitdiff
path: root/src/init.cpp
diff options
context:
space:
mode:
authorLuke Dashjr <luke-jr+git@utopios.org>2012-08-26 22:15:56 +0000
committerLuke Dashjr <luke-jr+git@utopios.org>2012-08-26 22:15:56 +0000
commit7c08c1a5df691685b9de8c6d1088bb792b079d58 (patch)
treebcaed6231db9f2a6a40e40276dac21828204611c /src/init.cpp
parent94db8f97d4a2d9bc8e1f90867630b624367d5b4b (diff)
parenta259baa9557af63cca220802ee45be4f4b54ac90 (diff)
downloadbitcoin-7c08c1a5df691685b9de8c6d1088bb792b079d58.tar.xz
Merge commit 'a259baa' into 0.6.0.x
Diffstat (limited to 'src/init.cpp')
-rw-r--r--src/init.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/init.cpp b/src/init.cpp
index c147732d09..116f3c1475 100644
--- a/src/init.cpp
+++ b/src/init.cpp
@@ -257,7 +257,7 @@ bool AppInit2(int argc, char* argv[])
// Remove tabs
strUsage.erase(std::remove(strUsage.begin(), strUsage.end(), '\t'), strUsage.end());
#if defined(QT_GUI) && defined(WIN32)
- // On windows, show a message box, as there is no stderr
+ // On Windows, show a message box, as there is no stderr
wxMessageBox(strUsage, "Usage");
#else
fprintf(stderr, "%s", strUsage.c_str());