Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2003-12-13 19:15:15 +0000
committerDarin Wright2003-12-13 19:15:15 +0000
commit531846cd1b8648db384348e89aad783264bc0fbc (patch)
tree29eb6f0c8a3cadff320abb29a4ef615f6515df4c /org.eclipse.debug.ui/plugin.xml
parente4b13ea0f531d8030fad53bddfe2363c85d8eeca (diff)
downloadeclipse.platform.debug-531846cd1b8648db384348e89aad783264bc0fbc.tar.gz
eclipse.platform.debug-531846cd1b8648db384348e89aad783264bc0fbc.tar.xz
eclipse.platform.debug-531846cd1b8648db384348e89aad783264bc0fbc.zip
Bug 47855 - Review VariableViewToggleAction
Diffstat (limited to 'org.eclipse.debug.ui/plugin.xml')
-rw-r--r--org.eclipse.debug.ui/plugin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.debug.ui/plugin.xml b/org.eclipse.debug.ui/plugin.xml
index 5e52782f1..4cf527624 100644
--- a/org.eclipse.debug.ui/plugin.xml
+++ b/org.eclipse.debug.ui/plugin.xml
@@ -584,7 +584,7 @@
label="%DetailPaneWordWrapAction.label"
helpContextId="detail_pane_word_wrap_action_context"
tooltip="%DetailPaneWordWrapAction.tooltip"
- state="false"
+ style="toggle"
class="org.eclipse.debug.internal.ui.views.variables.DetailPaneWordWrapAction"
menubarPath="viewActions"
id="org.eclipse.debug.ui.variableViewActions.toolbar.detailPaneWordWrap">

Back to the top