mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
fix for 64833 "No F1 Help for Soure Code Location debug
preferences". All the changes are in the doc plugin and no changes were necessary in debug.ui.
This commit is contained in:
parent
4be67e62ed
commit
fe76ef6a11
1 changed files with 6 additions and 0 deletions
|
@ -16,6 +16,7 @@
|
|||
<!ENTITY sharedLibsViewPrefs "Shared Libraries view preferences">
|
||||
<!ENTITY signalsView "Signals view">
|
||||
<!ENTITY debugPrefs "Debug preferences">
|
||||
<!ENTITY srcPrefs "Source Code Locations">
|
||||
]>
|
||||
<contexts>
|
||||
|
||||
|
@ -73,4 +74,9 @@
|
|||
label="&debugPrefs;"/>
|
||||
</context>
|
||||
|
||||
<context id ="source_preference_page_context">
|
||||
<description>Source code locations. </description>
|
||||
<topic href="reference/cdt_u_dbg_src.htm"
|
||||
label="&srcPrefs;"/>
|
||||
</context>
|
||||
</contexts>
|
Loading…
Add table
Reference in a new issue