Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: d5dcb0ddd76adf580bc85a5ef88d437779e6ecd1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?xml version="1.0" encoding="UTF-8"?>
<?NLS TYPE="org.eclipse.help.contexts"?>
<!--
******************************************************************
**  (C) COPYRIGHT International Business Machines Corp. 2001,2003
**  All Rights Reserved * Licensed Materials - Property of IBM
******************************************************************
-->
<!DOCTYPE contexts [
	<!ENTITY defaultCSHelp "Default Context Sensitive Help">
	<!ENTITY gdbmiPrefs "GDB MI Preference Page">
]>
<contexts>

<context id ="default_cs_help">
   <description>Click below to see help.</description>
   <topic href="default_cs_help.htm"
   	label="&defaultCSHelp;"/>
</context>

<context id ="mi_preference_page_context">
   <description>Enter a timeout value in milliseconds. </description>
   <topic href="reference/cdt_u_gdb_mi_pref.htm"
   	label="&gdbmiPrefs;"/>
</context>

</contexts>

Back to the top