diff options
Diffstat (limited to 'Source/cmLocalKdevelopGenerator.cxx')
-rw-r--r-- | Source/cmLocalKdevelopGenerator.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmLocalKdevelopGenerator.cxx b/Source/cmLocalKdevelopGenerator.cxx index 7b87d83..8f98c9a 100644 --- a/Source/cmLocalKdevelopGenerator.cxx +++ b/Source/cmLocalKdevelopGenerator.cxx @@ -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"; |