Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/debug
diff options
context:
space:
mode:
authorMikhail Khodjaiants2009-06-01 10:42:07 +0000
committerMikhail Khodjaiants2009-06-01 10:42:07 +0000
commit9b0e894973609479352d1c4144ddc2ea42fa9a73 (patch)
tree9f70e298b5a1c7dc0a3ec77c3c915ac22fb9b8fa /debug
parent1540d3af0eed8863de884a9682bd41e8a383f080 (diff)
downloadorg.eclipse.cdt-9b0e894973609479352d1c4144ddc2ea42fa9a73.tar.gz
org.eclipse.cdt-9b0e894973609479352d1c4144ddc2ea42fa9a73.tar.xz
org.eclipse.cdt-9b0e894973609479352d1c4144ddc2ea42fa9a73.zip
Bug 278601: "Signal Properties" is not working
Diffstat (limited to 'debug')
-rw-r--r--debug/org.eclipse.cdt.debug.ui/plugin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/debug/org.eclipse.cdt.debug.ui/plugin.xml b/debug/org.eclipse.cdt.debug.ui/plugin.xml
index c84d25d2604..6e135eb4f3c 100644
--- a/debug/org.eclipse.cdt.debug.ui/plugin.xml
+++ b/debug/org.eclipse.cdt.debug.ui/plugin.xml
@@ -612,7 +612,7 @@
</action>
<action
label="%SignalPropertiesAction.label"
- style="pulldown"
+ style="push"
helpContextId="signal_properties_action_context"
class="org.eclipse.cdt.debug.internal.ui.actions.SignalPropertiesActionDelegate"
tooltip="%SignalPropertiesAction.tooltip"

Back to the top