Skip to content

Commit

Permalink
Merge pull request bitcoin#2 from mtjburton/LoreGoneMad
Browse files Browse the repository at this point in the history
Updated app name to fix QSettings conflicting with Bitcoin
  • Loading branch information
janko33bd committed Jun 13, 2017
2 parents 4bb7bcf + e143ec9 commit bd5f50e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/qt/guiconstants.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ static const int MAX_URI_LENGTH = 255;
/* Number of frames in spinner animation */
#define SPINNER_FRAMES 36

#define QAPP_ORG_NAME "Bitcoin"
#define QAPP_ORG_DOMAIN "bitcoin.org"
#define QAPP_APP_NAME_DEFAULT "Bitcoin-Qt"
#define QAPP_APP_NAME_TESTNET "Bitcoin-Qt-testnet"
#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"

#endif // BITCOIN_QT_GUICONSTANTS_H

0 comments on commit bd5f50e

Please sign in to comment.