Skip to content

Commit

Permalink
Merge pull request #16 from Starry9/master
Browse files Browse the repository at this point in the history
create a new QSettings object
  • Loading branch information
Starry9 committed Jan 29, 2018
2 parents b34581e + 402d383 commit 2f15ec0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/qt/guiconstants.h
Expand Up @@ -48,9 +48,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 "BitcoinDiamond"
#define QAPP_ORG_DOMAIN "btcd.io"
#define QAPP_APP_NAME_DEFAULT "BitcoinDiamond-Qt"
#define QAPP_APP_NAME_TESTNET "BitcoinDiamond-Qt-testnet"

#endif // BITCOIN_QT_GUICONSTANTS_H

0 comments on commit 2f15ec0

Please sign in to comment.