diff options
| author | Stuart Cardall <[email protected]> | 2014-05-13 10:15:00 +0000 |
|---|---|---|
| committer | Stuart Cardall <[email protected]> | 2014-05-13 10:15:00 +0000 |
| commit | 5248ff40997c64cc0fde7aaa67cf94dd38b14899 (patch) | |
| tree | d40c2b2e3ab9d2406e8ddaa312ef6295af950485 /src/qt/bitcoin.cpp | |
| parent | Merge pull request #4129 (diff) | |
| download | discoin-5248ff40997c64cc0fde7aaa67cf94dd38b14899.tar.xz discoin-5248ff40997c64cc0fde7aaa67cf94dd38b14899.zip | |
SetupEnvironment() - clean commit
Diffstat (limited to 'src/qt/bitcoin.cpp')
| -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 31716ab82..45d7a5288 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); |