Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorL. Frank Turovich2010-07-05 15:54:59 +0000
committerL. Frank Turovich2010-07-05 15:54:59 +0000
commita7e8a0c5764a2be9b51a8908472a5e86e4e49538 (patch)
tree51fe3c53030a939a44d3eb7d8a501a1a6e7c3e56
parent848f2b2397d76d1a95a03a4df73617eb39374ca9 (diff)
downloadorg.eclipse.cdt-a7e8a0c5764a2be9b51a8908472a5e86e4e49538.tar.gz
org.eclipse.cdt-a7e8a0c5764a2be9b51a8908472a5e86e4e49538.tar.xz
org.eclipse.cdt-a7e8a0c5764a2be9b51a8908472a5e86e4e49538.zip
Replaced C/C++ Project view with Project Explorer view
-rw-r--r--doc/org.eclipse.cdt.doc.user/cheatsheets/cs_cdt_import_project.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/org.eclipse.cdt.doc.user/cheatsheets/cs_cdt_import_project.xml b/doc/org.eclipse.cdt.doc.user/cheatsheets/cs_cdt_import_project.xml
index a8506321612..925b8b57a45 100644
--- a/doc/org.eclipse.cdt.doc.user/cheatsheets/cs_cdt_import_project.xml
+++ b/doc/org.eclipse.cdt.doc.user/cheatsheets/cs_cdt_import_project.xml
@@ -52,7 +52,7 @@
</item>
<item title="Building projects and inspecting files" dialog="true" skip="false" href="/org.eclipse.cdt.doc.user/tasks/cdt_o_build_task.htm">
<description>
- Build the program to create a binary and examine it in Outline and C/C++ Project views.
+ Build the program to create a binary and examine it in Outline and Project Explorer views.
</description>
<subitem label="Click Project &gt; Build All to create a binary of your source file." skip="true">
<!--

Back to the top