Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Swanson2003-03-05 20:54:31 +0000
committerDarin Swanson2003-03-05 20:54:31 +0000
commita74ef972214762234e0375e77b1ab044524759b5 (patch)
tree428241d141171730c9d05d7ea782dcfc5a656b61 /org.eclipse.ui.externaltools/plugin.xml
parent1892374a4a4d9d7ed329bf6c26e844b8f88e752c (diff)
downloadeclipse.platform.debug-a74ef972214762234e0375e77b1ab044524759b5.tar.gz
eclipse.platform.debug-a74ef972214762234e0375e77b1ab044524759b5.tar.xz
eclipse.platform.debug-a74ef972214762234e0375e77b1ab044524759b5.zip
Removed separator between the debug toolbar actions and the external tools action
Diffstat (limited to 'org.eclipse.ui.externaltools/plugin.xml')
-rw-r--r--org.eclipse.ui.externaltools/plugin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.ui.externaltools/plugin.xml b/org.eclipse.ui.externaltools/plugin.xml
index 3c97065a2..1439ce390 100644
--- a/org.eclipse.ui.externaltools/plugin.xml
+++ b/org.eclipse.ui.externaltools/plugin.xml
@@ -65,7 +65,7 @@
id="org.eclipse.ui.externaltools.ExternalToolMenuDelegateToolbar"
definitionId= "org.eclipse.ui.externaltools.ExternalToolMenuDelegateToolbar"
label="%Action.externalTools"
- toolbarPath="org.eclipse.debug.ui.launchActionSet/externalTools"
+ toolbarPath="org.eclipse.debug.ui.launchActionSet/debug"
disabledIcon="icons/full/dtool16/external_tools.gif"
icon="icons/full/etool16/external_tools.gif"
hoverIcon="icons/full/ctool16/external_tools.gif"

Back to the top