소스 검색

BUG: Fix generated XML

Andy Cedilnik 21 년 전
부모
커밋
914932fa13
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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";