Browse Source

BUG: Fix generated XML

Andy Cedilnik 21 năm trước cách đây
mục cha
commit
914932fa13

+ 1 - 1
Source/cmLocalKdevelopGenerator.cxx

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