diff options
author | Philip Kaufmann <phil.kaufmann@t-online.de> | 2013-12-16 23:36:22 +0100 |
---|---|---|
committer | Philip Kaufmann <phil.kaufmann@t-online.de> | 2013-12-16 23:36:22 +0100 |
commit | 46469d0f8610587c472d6c627baad327aeda5b49 (patch) | |
tree | d3417cdb58e4347de8930b01cd5f15fa8cf06f86 /src/qt | |
parent | 3743b80528b867cfe142f2c07aee31d92a1e13cb (diff) |
some more small re-branding changes (Bitcoin Core)
Diffstat (limited to 'src/qt')
-rw-r--r-- | src/qt/forms/rpcconsole.ui | 2 | ||||
-rw-r--r-- | src/qt/guiutil.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/qt/forms/rpcconsole.ui b/src/qt/forms/rpcconsole.ui index 36c0b881ca..83e51b275e 100644 --- a/src/qt/forms/rpcconsole.ui +++ b/src/qt/forms/rpcconsole.ui @@ -36,7 +36,7 @@ </font> </property> <property name="text"> - <string>Bitcoin Core</string> + <string>General</string> </property> </widget> </item> diff --git a/src/qt/guiutil.cpp b/src/qt/guiutil.cpp index 309d08d079..b87498402d 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"; |