Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKen Ryall2007-09-17 20:38:44 +0000
committerKen Ryall2007-09-17 20:38:44 +0000
commit69adae3fc6808f8680dcbda52f95d04e7d0c981f (patch)
tree19b24f8ff8cc0c47903b9533e03bc19c685fafd5 /doc/org.eclipse.cdt.doc.user
parent46d9a5d1b8cefbf17c3c88c7ca1555574c75d8f8 (diff)
downloadorg.eclipse.cdt-69adae3fc6808f8680dcbda52f95d04e7d0c981f.tar.gz
org.eclipse.cdt-69adae3fc6808f8680dcbda52f95d04e7d0c981f.tar.xz
org.eclipse.cdt-69adae3fc6808f8680dcbda52f95d04e7d0c981f.zip
Fix help context ID.
Diffstat (limited to 'doc/org.eclipse.cdt.doc.user')
-rw-r--r--doc/org.eclipse.cdt.doc.user/contexts_CDT_DEBUGGER.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/org.eclipse.cdt.doc.user/contexts_CDT_DEBUGGER.xml b/doc/org.eclipse.cdt.doc.user/contexts_CDT_DEBUGGER.xml
index 9e15c5e6e36..de8d7aa2930 100644
--- a/doc/org.eclipse.cdt.doc.user/contexts_CDT_DEBUGGER.xml
+++ b/doc/org.eclipse.cdt.doc.user/contexts_CDT_DEBUGGER.xml
@@ -76,13 +76,13 @@
label="&srcPrefs;"/>
</context>
-<context id ="IMPORT_EXECUTABLE_PAGE_ONE">
+<context id ="import_executable_page_one">
<description>Select or search for C/C++ executable files.</description>
<topic href="tasks/cdt_t_debug_exes.htm"
label="&importExe;"/>
</context>
-<context id ="IMPORT_EXECUTABLE_PAGE_TWO">
+<context id ="import_executable_page_two">
<description>Choose or create a project to hold the executable.</description>
<topic href="tasks/cdt_t_debug_exes.htm"
label="&chooseProj;"/>

Back to the top