Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJared Burns2004-11-15 19:52:23 +0000
committerJared Burns2004-11-15 19:52:23 +0000
commit03f923aea2f81ae135343ce72d86085bcc8253f2 (patch)
tree989628f02890251604c38fba54739e8d7c83ca30 /org.eclipse.debug.ui/plugin.properties
parentc1098be33d4e1b5e350b22d8f4c3ad5e3abcc392 (diff)
downloadeclipse.platform.debug-03f923aea2f81ae135343ce72d86085bcc8253f2.tar.gz
eclipse.platform.debug-03f923aea2f81ae135343ce72d86085bcc8253f2.tar.xz
eclipse.platform.debug-03f923aea2f81ae135343ce72d86085bcc8253f2.zip
Bug 75851 - Custom variable edit widget
Diffstat (limited to 'org.eclipse.debug.ui/plugin.properties')
-rw-r--r--org.eclipse.debug.ui/plugin.properties2
1 files changed, 2 insertions, 0 deletions
diff --git a/org.eclipse.debug.ui/plugin.properties b/org.eclipse.debug.ui/plugin.properties
index c73135b17..b0bf4de64 100644
--- a/org.eclipse.debug.ui/plugin.properties
+++ b/org.eclipse.debug.ui/plugin.properties
@@ -26,6 +26,8 @@ ConsolePreferencePage.name=Console
DebugModelContextBindingsName=Debug Model Context Bindings
DebugModelActivityBindingsName=Debug Model Activity Bindings
ContextViewBindingsName=Context View Bindings
+BreakpointContainerFactoriesName=Breakpoint Container Factories
+VariableValueEditorsName=Variable Value Editors
BreakpointActionSet.label=Breakpoints
CollapseAll.label=Collapse All

Back to the top