From: CryptoManiac Date: Mon, 16 Feb 2015 11:07:07 +0000 (+0300) Subject: Merge pull request #167 from fsb4000/Выравнивание X-Git-Tag: nvc-v0.5.3~86 X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=commitdiff_plain;h=86a23dd935f60202405fdf1f90da9559200ea09d;hp=924f58dfdebd8603efbf63d46fbdfeedaa83b78c Merge pull request #167 from fsb4000/Выравнивание выравнивание текста в окне "Параметры командной строки" --- diff --git a/src/init.cpp b/src/init.cpp index 395527e..22d345f 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));