This commit is contained in:
doitux
2007-01-26 08:59:40 +00:00
parent abdb3e11ee
commit d18a33f4e9
6 changed files with 206 additions and 23 deletions
+3
View File
@@ -109,6 +109,9 @@ void ConfigFile::createDefaultConfig() {
TiXmlElement * confElement11 = new TiXmlElement( "ShowToolBox" );
config->LinkEndChild( confElement11 );
confElement11->SetAttribute("value", 1);
TiXmlElement * confElement13 = new TiXmlElement( "ShowIntro" );
config->LinkEndChild( confElement13 );
confElement13->SetAttribute("value", 1);
doc.SaveFile( configFileName );