Change name of configuration file to something related to project name

pull/10/head
michal.szwaj 2018-02-13 16:09:01 +01:00
parent ae5fb4c15f
commit 92b2095695
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ namespace autoapp
namespace configuration
{
const std::string Configuration::cConfigFileName = "configuration.ini";
const std::string Configuration::cConfigFileName = "openauto.ini";
const std::string Configuration::cGeneralShowClockKey = "General.ShowClock";
const std::string Configuration::cGeneralHandednessOfTrafficTypeKey = "General.HandednessOfTrafficType";