1
0
Fork 0
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:
David Daoust 2004-08-18 18:45:19 +00:00
parent 4be67e62ed
commit fe76ef6a11

View file

@ -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>