mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
27 lines
872 B
XML
27 lines
872 B
XML
<?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>
|