Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--org.eclipse.debug.core/doc/org_eclipse_debug_core_launchers.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.debug.core/doc/org_eclipse_debug_core_launchers.html b/org.eclipse.debug.core/doc/org_eclipse_debug_core_launchers.html
index a93dbfb90..189e467e8 100644
--- a/org.eclipse.debug.core/doc/org_eclipse_debug_core_launchers.html
+++ b/org.eclipse.debug.core/doc/org_eclipse_debug_core_launchers.html
@@ -46,7 +46,7 @@ registering the result with the launch manager.</p>
the debug UI. A launcher may contribute a wizard that allows users to configure and launch
specific attributes.</li>
<li><strong>icon </strong>- a relative path for an icon that will be used to visually
- represent the launcher. If omitted, a default icon will be used for this launcher.
+ represent the launcher. If omitted, no icon will be used for this launcher.
The path is relative to the location of the plugin.xml file of the contributing
plug-in.</li>
<li><strong>public</strong> - whether a launcher is publically visible in the debug UI.

Back to the top