1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 06:32:10 +02:00

Fix for 188539: Errors when open dynamic help in Europa

This commit is contained in:
Anton Leherbauer 2007-05-25 11:42:43 +00:00
parent b830935b77
commit 2b2eb9d8bb

View file

@ -96,7 +96,7 @@
<cheatsheet
category="org.eclipse.cdt-doc.category.tutorials"
composite="false"
contentFile="$nl$/org.eclipse.cdt.doc.user/cheatsheets/cs_cdt_basic.xml"
contentFile="$nl$/cheatsheets/cs_cdt_basic.xml"
id="org.eclipse.cdt-doc.cheatsheet.cdt_basic"
name="Creating C/C++ Projects">
<description>
@ -106,8 +106,8 @@
<cheatsheet
category="org.eclipse.cdt-doc.category.tutorials"
composite="false"
contentFile="$nl$/org.eclipse.cdt.doc.user/cheatsheets/cs_cdt_import_project.xml"
id="org.eclipse.cdt-doc.cheatsheet.cdt_basic"
contentFile="$nl$/cheatsheets/cs_cdt_import_project.xml"
id="org.eclipse.cdt-doc.cheatsheet.cdt_import_project"
name="Importing C/C++ Projects">
<description>
Use this tutorial to learn how to successfully import a CDT project.