mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-21 07:39:08 +01:00
fix further spelling errors / remove a tab in the source
This commit is contained in:
committed by
Luke Dashjr
parent
566f556c40
commit
08344c735f
@@ -256,7 +256,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());
|
||||
|
||||
Reference in New Issue
Block a user