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

@@ -52,9 +52,9 @@ static const int MAX_URI_LENGTH = 255;
/* Number of frames in spinner animation */
#define SPINNER_FRAMES 36
#define QAPP_ORG_NAME "Lore"
#define QAPP_ORG_DOMAIN "Blackcoin.co"
#define QAPP_APP_NAME_DEFAULT "Lore-Qt"
#define QAPP_APP_NAME_TESTNET "Lore-Qt-testnet"
#define QAPP_ORG_NAME "Blackcoin More"
#define QAPP_ORG_DOMAIN "blackcoin.org"
#define QAPP_APP_NAME_DEFAULT "Blackmore-Qt"
#define QAPP_APP_NAME_TESTNET "Blackmore-Qt-testnet"
#endif // BITCOIN_QT_GUICONSTANTS_H

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();