Change name of configuration file to something related to project name

This commit is contained in:
michal.szwaj 2018-02-13 16:09:01 +01:00
parent ae5fb4c15f
commit 92b2095695

View file

@ -28,7 +28,7 @@ namespace autoapp
namespace configuration 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::cGeneralShowClockKey = "General.ShowClock";
const std::string Configuration::cGeneralHandednessOfTrafficTypeKey = "General.HandednessOfTrafficType"; const std::string Configuration::cGeneralHandednessOfTrafficTypeKey = "General.HandednessOfTrafficType";