diff options
author | Stuart Cardall <developer@it-offshore.co.uk> | 2014-05-13 10:15:00 +0000 |
---|---|---|
committer | Stuart Cardall <developer@it-offshore.co.uk> | 2014-05-13 10:15:00 +0000 |
commit | 5248ff40997c64cc0fde7aaa67cf94dd38b14899 (patch) | |
tree | d40c2b2e3ab9d2406e8ddaa312ef6295af950485 /src/qt | |
parent | bfae70aae686e4631090bd0064fa6ac6eeed17d2 (diff) |
SetupEnvironment() - clean commit
Diffstat (limited to 'src/qt')
-rw-r--r-- | src/qt/bitcoin.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/qt/bitcoin.cpp b/src/qt/bitcoin.cpp index 31716ab825..45d7a52889 100644 --- a/src/qt/bitcoin.cpp +++ b/src/qt/bitcoin.cpp @@ -459,6 +459,8 @@ WId BitcoinApplication::getMainWinId() const #ifndef BITCOIN_QT_TEST int main(int argc, char *argv[]) { + SetupEnvironment(); + /// 1. Parse command-line options. These take precedence over anything else. // Command-line options take precedence: ParseParameters(argc, argv); |