Pārlūkot izejas kodu

BUG: Fix generated XML

Andy Cedilnik 21 gadi atpakaļ
vecāks
revīzija
914932fa13
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      Source/cmLocalKdevelopGenerator.cxx

+ 1 - 1
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";