Skip to content

Commit

Permalink
squashme: guisettings.ini.bak
Browse files Browse the repository at this point in the history
  • Loading branch information
laanwj committed Sep 16, 2017
1 parent f725dbb commit 0f29983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qt/optionsmodel.cpp
Expand Up @@ -175,7 +175,7 @@ void OptionsModel::Reset()
QSettings settings;

// Backup old settings to chain-specific datadir for troubleshooting
backupSettings(GetDataDir(true) / "guisettings.bak", settings);
backupSettings(GetDataDir(true) / "guisettings.ini.bak", settings);

// Save the strDataDir setting
QString dataDir = Intro::getDefaultDataDirectory();
Expand Down

0 comments on commit 0f29983

Please sign in to comment.