Rebrand to Blackcoin More
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user