Update Blackcoin More website

This commit is contained in:
lateminer
2019-03-09 00:32:23 +03:00
parent 5b50b3df4b
commit 6b4f463267
3 changed files with 3 additions and 5 deletions

View File

@@ -18,6 +18,4 @@ However, it downloads and stores the entire history of Blackcoin transactions;
depending on the speed of your computer and network connection, the synchronization
process can take anywhere from a few hours to a day or more.
See the blackcoin website at:
https://blackcoin.org
for more help and information.
See the Blackcoin More website at https://blackcoinmore.org for more help and information.

View File

@@ -487,7 +487,7 @@ std::string HelpMessage(HelpMessageMode mode)
std::string LicenseInfo()
{
const std::string URL_SOURCE_CODE = "<https://gitlab.com/blackcoin/blackcoin-more>";
const std::string URL_WEBSITE = "<http://blackcoin.org/>";
const std::string URL_WEBSITE = "<http://blackcoinmore.org/>";
// todo: remove urls from translations on next change
// return FormatParagraph(strprintf(_("Copyright (C) %i-%i %s"), 2009, COPYRIGHT_YEAR, CopyrightHolders())) + "\n" +

View File

@@ -49,7 +49,7 @@ static const int MAX_URI_LENGTH = 255;
#define SPINNER_FRAMES 36
#define QAPP_ORG_NAME "Blackcoin More"
#define QAPP_ORG_DOMAIN "blackcoin.org"
#define QAPP_ORG_DOMAIN "blackcoinmore.org"
#define QAPP_APP_NAME_DEFAULT "Blackmore-Qt"
#define QAPP_APP_NAME_TESTNET "Blackmore-Qt-testnet"