removed fee section completely

This commit is contained in:
janko33bd@gmail.com
2017-05-31 23:36:15 +02:00
parent d33b90ef4b
commit 909906c013
3 changed files with 9 additions and 45 deletions

View File

@@ -66,7 +66,7 @@ HelpMessageDialog::HelpMessageDialog(QWidget *parent, bool about) :
} else {
setWindowTitle(tr("Command-line options"));
QString header = tr("Usage:") + "\n" +
" blackcoin-qt [" + tr("command-line options") + "] " + "\n";
" Lore-qt [" + tr("command-line options") + "] " + "\n";
QTextCursor cursor(ui->helpMessage->document());
cursor.insertText(version);
cursor.insertBlock();