komodo strings

This commit is contained in:
jl777
2016-09-13 13:03:02 -03:00
parent 202856091f
commit 5166804f02
13 changed files with 61 additions and 61 deletions

View File

@@ -559,7 +559,7 @@ int main(int argc, char *argv[])
// User language is set up: pick a data directory
Intro::pickDataDirectory();
/// 6. Determine availability of data directory and parse zcash.conf
/// 6. Determine availability of data directory and parse komodo.conf
/// - Do not call GetDataDir(true) before this step finishes
if (!boost::filesystem::is_directory(GetDataDir(false)))
{

View File

@@ -191,7 +191,7 @@ void Intro::pickDataDirectory()
settings.setValue("strDataDir", dataDir);
}
/* Only override -datadir if different from the default, to make it possible to
* override -datadir in the zcash.conf file in the default data directory
* override -datadir in the komodo.conf file in the default data directory
* (to be consistent with bitcoind behavior)
*/
if(dataDir != getDefaultDataDirectory())