Bitcoin-Qt: add testnet check and icon to intro dialog

This commit is contained in:
Philip Kaufmann
2013-08-24 15:20:37 +02:00
parent e9e2ef5fbd
commit d9baa28f92
3 changed files with 8 additions and 3 deletions

View File

@@ -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));