diff options
author | Jeff Garzik <jgarzik@exmulti.com> | 2012-08-02 14:36:45 -0700 |
---|---|---|
committer | Jeff Garzik <jgarzik@exmulti.com> | 2012-08-02 14:36:45 -0700 |
commit | dd199d0ebd086262626a5cc0ce794de6a477d731 (patch) | |
tree | 94795a9ebf835441a651abce8e14b387709774e5 /src/qt | |
parent | 88bd0120036bf9ccdb2820e3d7dbe5d4d55e8f79 (diff) | |
parent | efdcf941742cb63b441656241d6699ac8d2819d3 (diff) |
Merge pull request #1650 from Diapolo/spelling_fixes
fix further spelling errors / remove a tab in the source
Diffstat (limited to 'src/qt')
-rw-r--r-- | src/qt/guiutil.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/guiutil.cpp b/src/qt/guiutil.cpp index d3afc0a565..558eff6d5d 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 |