mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-02-14 11:12:55 +01:00
Merge commit 'a259baa' into 0.6.0.x
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user