diff --git a/doc/README_windows.txt b/doc/README_windows.txt index 5a6a8d1d1..5ae4c3779 100644 --- a/doc/README_windows.txt +++ b/doc/README_windows.txt @@ -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. diff --git a/src/init.cpp b/src/init.cpp index e96942035..b4643f0fa 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -487,7 +487,7 @@ std::string HelpMessage(HelpMessageMode mode) std::string LicenseInfo() { const std::string URL_SOURCE_CODE = ""; - const std::string URL_WEBSITE = ""; + const std::string URL_WEBSITE = ""; // todo: remove urls from translations on next change // return FormatParagraph(strprintf(_("Copyright (C) %i-%i %s"), 2009, COPYRIGHT_YEAR, CopyrightHolders())) + "\n" + diff --git a/src/qt/guiconstants.h b/src/qt/guiconstants.h index 8ac40f5bf..7b65ceb64 100644 --- a/src/qt/guiconstants.h +++ b/src/qt/guiconstants.h @@ -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"