diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2013-08-28 12:17:17 -0700 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2013-08-28 12:17:17 -0700 |
commit | ff33a3470dd1d1446549d02609c991c0490e0fdf (patch) | |
tree | b65b997a125bdabe4ea94ba650515eb67ddd5fe2 /src/qt/intro.h | |
parent | 1ef0067eab27b9101641b28acc177038e3dae11d (diff) | |
parent | d9baa28f92603f8c26a50c6165234861deb6b536 (diff) |
Merge pull request #2931 from Diapolo/intro
Bitcoin-Qt: add testnet check and icon to intro dialog
Diffstat (limited to 'src/qt/intro.h')
-rw-r--r-- | src/qt/intro.h | 2 |
1 files changed, 1 insertions, 1 deletions
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. |