aboutsummaryrefslogtreecommitdiff
path: root/src/qt/guiutil.cpp
diff options
context:
space:
mode:
authorPhilip Kaufmann <[email protected]>2012-08-02 10:09:29 +0200
committerPhilip Kaufmann <[email protected]>2012-08-02 10:09:29 +0200
commitefdcf941742cb63b441656241d6699ac8d2819d3 (patch)
tree3a1745faeb6ecb550427bf748b5cbb08e8966027 /src/qt/guiutil.cpp
parentMerge pull request #1646 from Diapolo/only_upd_changed_vals (diff)
downloaddiscoin-efdcf941742cb63b441656241d6699ac8d2819d3.tar.xz
discoin-efdcf941742cb63b441656241d6699ac8d2819d3.zip
fix further spelling errors / remove a tab in the source
Diffstat (limited to 'src/qt/guiutil.cpp')
-rw-r--r--src/qt/guiutil.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/guiutil.cpp b/src/qt/guiutil.cpp
index d3afc0a56..558eff6d5 100644
--- a/src/qt/guiutil.cpp
+++ b/src/qt/guiutil.cpp
@@ -451,7 +451,7 @@ void HelpMessageBox::printToConsole()
void HelpMessageBox::showOrPrint()
{
#if defined(WIN32)
- // On windows, show a message box, as there is no stderr/stdout in windowed applications
+ // On Windows, show a message box, as there is no stderr/stdout in windowed applications
exec();
#else
// On other operating systems, print help text to console