Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Rennie2012-04-05 18:58:00 +0000
committerMike Rennie2012-04-05 18:58:00 +0000
commit9b7d1174648b6eb56a05672808e4d3ef0fee3e94 (patch)
tree42622b87d7dba459c6392f2e67b0139e55ae6e80
parentdcdae1e47f618cfc6d50c67aebcfbc88a24aacb7 (diff)
downloadeclipse.platform.debug-9b7d1174648b6eb56a05672808e4d3ef0fee3e94.tar.gz
eclipse.platform.debug-9b7d1174648b6eb56a05672808e4d3ef0fee3e94.tar.xz
eclipse.platform.debug-9b7d1174648b6eb56a05672808e4d3ef0fee3e94.zip
Bug 317182 - Run/Debug toolbar buttons have no hover
-rw-r--r--org.eclipse.debug.ui/plugin.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.debug.ui/plugin.xml b/org.eclipse.debug.ui/plugin.xml
index 23609435c..db070de17 100644
--- a/org.eclipse.debug.ui/plugin.xml
+++ b/org.eclipse.debug.ui/plugin.xml
@@ -482,7 +482,7 @@
</action>
<action
id="org.eclipse.debug.internal.ui.actions.RunDropDownAction"
- toolbarPath="org.eclipse.debug.ui.launch.toolbar/launchGroup"
+ toolbarPath="org.eclipse.debug.ui.launchActionSet/debug"
hoverIcon="$nl$/icons/full/etool16/run_exc.gif"
class="org.eclipse.debug.internal.ui.actions.RunToolbarAction"
disabledIcon="$nl$/icons/full/dtool16/run_exc.gif"
@@ -517,7 +517,7 @@
</action>
<action
id="org.eclipse.debug.internal.ui.actions.DebugDropDownAction"
- toolbarPath="org.eclipse.debug.ui.launch.toolbar/launchGroup"
+ toolbarPath="org.eclipse.debug.ui.launchActionSet/debug"
hoverIcon="$nl$/icons/full/etool16/debug_exc.gif"
class="org.eclipse.debug.internal.ui.actions.DebugToolbarAction"
disabledIcon="$nl$/icons/full/dtool16/debug_exc.gif"

Back to the top