aboutsummaryrefslogtreecommitdiff
path: root/src/qt/bitcoin.cpp
diff options
context:
space:
mode:
authorPhilip Kaufmann <[email protected]>2013-08-24 15:20:37 +0200
committerPhilip Kaufmann <[email protected]>2013-08-24 15:20:37 +0200
commitd9baa28f92603f8c26a50c6165234861deb6b536 (patch)
treec1b92a89d761d0775cb681d8bc31fd0a5581c30d /src/qt/bitcoin.cpp
parentMerge pull request #2926 from Diapolo/model_checks (diff)
downloaddiscoin-d9baa28f92603f8c26a50c6165234861deb6b536.tar.xz
discoin-d9baa28f92603f8c26a50c6165234861deb6b536.zip
Bitcoin-Qt: add testnet check and icon to intro dialog
Diffstat (limited to 'src/qt/bitcoin.cpp')
-rw-r--r--src/qt/bitcoin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/bitcoin.cpp b/src/qt/bitcoin.cpp
index e7cf44004..9c290fa71 100644
--- a/src/qt/bitcoin.cpp
+++ b/src/qt/bitcoin.cpp
@@ -232,7 +232,7 @@ int main(int argc, char *argv[])
PaymentServer* paymentServer = new PaymentServer(&app);
// User language is set up: pick a data directory
- Intro::pickDataDirectory();
+ Intro::pickDataDirectory(TestNet());
// Install global event filter that makes sure that long tooltips can be word-wrapped
app.installEventFilter(new GUIUtil::ToolTipToRichTextFilter(TOOLTIP_WRAP_THRESHOLD, &app));