Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'doc/org.eclipse.cdt.doc.user/reference/cdt_u_run_dbg_srce.htm')
-rw-r--r--doc/org.eclipse.cdt.doc.user/reference/cdt_u_run_dbg_srce.htm20
1 files changed, 10 insertions, 10 deletions
diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_run_dbg_srce.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_run_dbg_srce.htm
index 942db83a8d9..f8afad0c418 100644
--- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_run_dbg_srce.htm
+++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_run_dbg_srce.htm
@@ -17,20 +17,20 @@
application. By default, this information is taken from the build path of your project.</p>
-<img src="../images/run_debug_source.png">
+<img src="../images/run_debug_source.png" alt="Source page, Run or Debug dialog box">
<p></p>
-<dl>
+
<table width="580" fgcolor="#DDD" border="1" cellpadding="2" cellspacing="0" >
<tr ><th>Component</th><th>Description</th></tr>
-<tr><td width="30%"><dt>Add</dt></td><td>Adds new source containers to the Source Lookup Path search list.</td></tr>
-<tr><td><dt>Edit...</dt></td><td>Modifies the content of the selected source container.</td></tr>
-<tr><td><dt>Remove</dt></td><td>Removes selected items from the Source Lookup Path list.</td></p></tr>
-<tr><td><dt>Up</dt></td><td>Moves selected items up the Source Lookup Path list.</td></tr>
-<tr><td><dt>Down</dt></td><td>Moves selected items down the Source Lookup Path list.</td></tr>
-<tr><td><dt>Restore Default</dt></td><td>Restores the default source search list.</td></tr>
-<tr><td><dt>Search for duplicate source files on the path</dt></td><td valign="top">Controls whether to continue search for files with the same name.</td></tr>
+<tr><td width="30%"><b>Add</b></td><td>Adds new source containers to the Source Lookup Path search list.</td></tr>
+<tr><td><b>Edit...</b></td><td>Modifies the content of the selected source container.</td></tr>
+<tr><td><b>Remove</b></td><td>Removes selected items from the Source Lookup Path list.</td></p></tr>
+<tr><td><b>Up</b></td><td>Moves selected items up the Source Lookup Path list.</td></tr>
+<tr><td><b>Down</b></td><td>Moves selected items down the Source Lookup Path list.</td></tr>
+<tr><td><b>Restore Default</b></td><td>Restores the default source search list.</td></tr>
+<tr><td><b>Search for duplicate source files on the path</b></td><td valign="top">Controls whether to continue search for files with the same name.</td></tr>
</table>
-</dl>
+
<p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21">
<br>

Back to the top