From 2bebeae0f576f50c26c0f7fc7aaa1e3d4237fc97 Mon Sep 17 00:00:00 2001 From: fsb4000 Date: Mon, 16 Feb 2015 09:37:48 +0600 Subject: [PATCH] =?utf8?q?=D0=B2=D1=8B=D1=80=D0=B0=D0=B2=D0=BD=D0=B8=D0=B2=D0=B0=D0=BD=D0=B8=D0=B5=20=D1=82=D0=B5=D0=BA=D1=81=D1=82=D0=B0=20=D0=B2=20=D0=BE=D0=BA=D0=BD=D0=B5=20"=D0=9F=D0=B0=D1=80=D0=B0=D0=BC=D0=B5=D1=82=D1=80=D1=8B=20=D0=BA=D0=BE=D0=BC=D0=B0=D0=BD=D0=B4=D0=BD=D0=BE=D0=B9=20=D1=81=D1=82=D1=80=D0=BE=D0=BA=D0=B8"?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/init.cpp | 2 +- src/qt/guiutil.cpp | 1 + 2 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/init.cpp b/src/init.cpp index b1dec89..b168bb8 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -274,7 +274,7 @@ std::string HelpMessage() " -detachdb " + _("Detach block and address databases. Increases shutdown time (default: 0)") + "\n" + #ifdef DB_LOG_IN_MEMORY - " -memorylog " + _("Use in-memory logging for block index database (default: 1)") + "\n" + + " -memorylog " + _("Use in-memory logging for block index database (default: 1)") + "\n" + #endif " -paytxfee= " + _("Fee per KB to add to transactions you send") + "\n" + diff --git a/src/qt/guiutil.cpp b/src/qt/guiutil.cpp index da0ca3a..090339b 100644 --- a/src/qt/guiutil.cpp +++ b/src/qt/guiutil.cpp @@ -458,6 +458,7 @@ HelpMessageBox::HelpMessageBox(QWidget *parent) : " -splash " + tr("Show splash screen on startup (default: 1)") + "\n"; setWindowTitle(tr("NovaCoin-Qt")); + setFont(bitcoinAddressFont()); setTextFormat(Qt::PlainText); // setMinimumWidth is ignored for QMessageBox so put in non-breaking spaces to make it wider. setText(header + QString(QChar(0x2003)).repeated(50)); -- 1.7.1