Rebrand to Blackcoin More

This commit is contained in:
lateminer
2018-09-30 15:28:44 +03:00
parent 7d578b9533
commit c3ee9da215
18 changed files with 124 additions and 109 deletions

View File

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