diff options
| author | Philip Kaufmann <[email protected]> | 2013-12-16 23:36:22 +0100 |
|---|---|---|
| committer | Philip Kaufmann <[email protected]> | 2013-12-16 23:36:22 +0100 |
| commit | 46469d0f8610587c472d6c627baad327aeda5b49 (patch) | |
| tree | d3417cdb58e4347de8930b01cd5f15fa8cf06f86 /src/qt/guiutil.cpp | |
| parent | Merge pull request #3430 from ldenman/patch-1 (diff) | |
| download | discoin-46469d0f8610587c472d6c627baad327aeda5b49.tar.xz discoin-46469d0f8610587c472d6c627baad327aeda5b49.zip | |
some more small re-branding changes (Bitcoin Core)
Diffstat (limited to 'src/qt/guiutil.cpp')
| -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 309d08d07..b87498402 100644 --- a/src/qt/guiutil.cpp +++ b/src/qt/guiutil.cpp @@ -594,7 +594,7 @@ void restoreWindowGeometry(const QString& strSetting, const QSize& defaultSize, HelpMessageBox::HelpMessageBox(QWidget *parent) : QMessageBox(parent) { - header = tr("Bitcoin Core") + tr("version") + " " + + header = tr("Bitcoin Core") + " " + tr("version") + " " + QString::fromStdString(FormatFullVersion()) + "\n\n" + tr("Usage:") + "\n" + " bitcoin-qt [" + tr("command-line options") + "] " + "\n"; |