diff options
| author | Wladimir J. van der Laan <[email protected]> | 2014-05-19 15:08:28 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2014-05-19 15:08:48 +0200 |
| commit | c26acfc308482bac901ab3c7368c951514f13429 (patch) | |
| tree | 2d5b257643abc48899eb9b4a315a3de375cadc99 /src/qt | |
| parent | Merge pull request #4182 (diff) | |
| parent | SetupEnvironment() - clean commit (diff) | |
| download | discoin-c26acfc308482bac901ab3c7368c951514f13429.tar.xz discoin-c26acfc308482bac901ab3c7368c951514f13429.zip | |
Merge pull request #4174
5248ff4 SetupEnvironment() - clean commit (Stuart Cardall)
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 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); |