Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjszursze2002-06-12 16:40:35 +0000
committerjszursze2002-06-12 16:40:35 +0000
commit8ce1c97668f9b03bc172fab16c444dd55aad0744 (patch)
tree7825cdf08af2fe8376a0dc72c63d81b35c42d056 /org.eclipse.debug.ui/doc
parent2abd98092ce4e797bf7a406583ffc5bbf9e73b17 (diff)
downloadeclipse.platform.debug-8ce1c97668f9b03bc172fab16c444dd55aad0744.tar.gz
eclipse.platform.debug-8ce1c97668f9b03bc172fab16c444dd55aad0744.tar.xz
eclipse.platform.debug-8ce1c97668f9b03bc172fab16c444dd55aad0744.zip
cleanup
Diffstat (limited to 'org.eclipse.debug.ui/doc')
-rw-r--r--org.eclipse.debug.ui/doc/org_eclipse_debug_ui_launchConfigurationTabGroups.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.debug.ui/doc/org_eclipse_debug_ui_launchConfigurationTabGroups.html b/org.eclipse.debug.ui/doc/org_eclipse_debug_ui_launchConfigurationTabGroups.html
index a21d1b38a..720e091db 100644
--- a/org.eclipse.debug.ui/doc/org_eclipse_debug_ui_launchConfigurationTabGroups.html
+++ b/org.eclipse.debug.ui/doc/org_eclipse_debug_ui_launchConfigurationTabGroups.html
@@ -33,7 +33,7 @@ for a type of launch configuration.</p>
group is applicable to (corresponds to the id of a launch configuration type
extension).</li>
<li><code>class</code> specifies a fully qualified name of a Java class
- that implements <code>ILanuchConfigurationTabGroup</code>.</li>
+ that implements <code>ILaunchConfigurationTabGroup</code>.</li>
</ul>
<p><b><i>Examples:</i></b> </p>
@@ -45,11 +45,11 @@ for a type of launch configuration.</p>
&lt;launchConfigurationTabGroup
id="com.example.ExampleTabGroup"
type="com.example.ExampleLaunchConfigurationTypeIdentifier"
- class="com.example.ExampleLaunchConfigurationTabGroupClass"
+ class="com.example.ExampleLaunchConfigurationTabGroupClass"&gt;
&lt;/launchConfigurationTabGroup&gt;
&lt;/extension&gt;
</pre>
-<p>In the above example, the contributed tab group will be shown for the launch configuration type
+<p>In the above example, the contributed tab group will be shown in the launch configuration dialog for the launch configuration type
with identifier <code>com.example.ExampleLaunchConfigurationTypeIdentifier</code>.
</p>

Back to the top