выравнивание текста в окне "Параметры командной строки" 167/head
authorfsb4000 <fsb4000@yandex.ru>
Mon, 16 Feb 2015 03:37:48 +0000 (09:37 +0600)
committerfsb4000 <fsb4000@yandex.ru>
Mon, 16 Feb 2015 03:37:48 +0000 (09:37 +0600)
src/init.cpp
src/qt/guiutil.cpp

index b1dec89..b168bb8 100644 (file)
@@ -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=<amt>        " + _("Fee per KB to add to transactions you send") + "\n" +
index da0ca3a..090339b 100644 (file)
@@ -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));