mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Fix help context ID.
This commit is contained in:
parent
46d9a5d1b8
commit
69adae3fc6
1 changed files with 2 additions and 2 deletions
|
@ -76,13 +76,13 @@
|
||||||
label="&srcPrefs;"/>
|
label="&srcPrefs;"/>
|
||||||
</context>
|
</context>
|
||||||
|
|
||||||
<context id ="IMPORT_EXECUTABLE_PAGE_ONE">
|
<context id ="import_executable_page_one">
|
||||||
<description>Select or search for C/C++ executable files.</description>
|
<description>Select or search for C/C++ executable files.</description>
|
||||||
<topic href="tasks/cdt_t_debug_exes.htm"
|
<topic href="tasks/cdt_t_debug_exes.htm"
|
||||||
label="&importExe;"/>
|
label="&importExe;"/>
|
||||||
</context>
|
</context>
|
||||||
|
|
||||||
<context id ="IMPORT_EXECUTABLE_PAGE_TWO">
|
<context id ="import_executable_page_two">
|
||||||
<description>Choose or create a project to hold the executable.</description>
|
<description>Choose or create a project to hold the executable.</description>
|
||||||
<topic href="tasks/cdt_t_debug_exes.htm"
|
<topic href="tasks/cdt_t_debug_exes.htm"
|
||||||
label="&chooseProj;"/>
|
label="&chooseProj;"/>
|
||||||
|
|
Loading…
Add table
Reference in a new issue