From af86d72a6467a276f9b6ba09ad3917f1eabb11be Mon Sep 17 00:00:00 2001 From: langerhans Date: Mon, 26 May 2014 12:32:34 +0200 Subject: [PATCH] s/bit/doge in comment --- src/qt/intro.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/qt/intro.cpp b/src/qt/intro.cpp index d58a3085d..605628958 100644 --- a/src/qt/intro.cpp +++ b/src/qt/intro.cpp @@ -190,8 +190,8 @@ void Intro::pickDataDirectory() settings.setValue("strDataDir", dataDir); } /* Only override -datadir if different from the default, to make it possible to - * override -datadir in the bitcoin.conf file in the default data directory - * (to be consistent with bitcoind behavior) + * override -datadir in the dogecoin.conf file in the default data directory + * (to be consistent with dogecoind behavior) */ if(dataDir != getDefaultDataDirectory()) SoftSetArg("-datadir", GUIUtil::qstringToBoostPath(dataDir).string()); // use OS locale for path setting