BUG: Fix generated XML

This commit is contained in:
Andy Cedilnik 2004-10-11 15:25:51 -04:00
parent 47bae096e8
commit 914932fa13
1 changed files with 1 additions and 1 deletions

View File

@ -224,7 +224,7 @@ void cmLocalKdevelopGenerator::CreateNewProjectFile(const std::string& dir, cons
fout<<" </environments>\n";
fout<<" </make>\n";
fout<<" </kdevcustomproject>\n";
fout<<" <kdevfileCreate>\n";
fout<<" <kdevfilecreate>\n";
fout<<" <filetypes/>\n";
fout<<" <useglobaltypes>\n";
fout<<" <type ext=\"ui\" />\n";