From d9baa28f92603f8c26a50c6165234861deb6b536 Mon Sep 17 00:00:00 2001 From: Philip Kaufmann Date: Sat, 24 Aug 2013 15:20:37 +0200 Subject: Bitcoin-Qt: add testnet check and icon to intro dialog --- src/qt/intro.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/qt/intro.h') diff --git a/src/qt/intro.h b/src/qt/intro.h index 788799b7b0..8b09847abd 100644 --- a/src/qt/intro.h +++ b/src/qt/intro.h @@ -31,7 +31,7 @@ public: * @note do NOT call global GetDataDir() before calling this function, this * will cause the wrong path to be cached. */ - static void pickDataDirectory(); + static void pickDataDirectory(bool fIsTestnet); /** * Determine default data directory for operating system. -- cgit v1.2.3