Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Swanson2007-01-09 18:18:11 +0000
committerDarin Swanson2007-01-09 18:18:11 +0000
commit794795ccc533b9b2c81ebcc883f8fd598d0bb8dd (patch)
treed94a6cf6178c1f072818d3d7fe4859f911e82873 /org.eclipse.debug.ui/plugin.properties
parent658fb4cad97df3685c94d6b7a70d642d4a6a1c83 (diff)
downloadeclipse.platform.debug-794795ccc533b9b2c81ebcc883f8fd598d0bb8dd.tar.gz
eclipse.platform.debug-794795ccc533b9b2c81ebcc883f8fd598d0bb8dd.tar.xz
eclipse.platform.debug-794795ccc533b9b2c81ebcc883f8fd598d0bb8dd.zip
Bug 169992 - Non-externalized string in debug ui plugin.xml
Diffstat (limited to 'org.eclipse.debug.ui/plugin.properties')
-rw-r--r--org.eclipse.debug.ui/plugin.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.debug.ui/plugin.properties b/org.eclipse.debug.ui/plugin.properties
index b9539d095..092c4562a 100644
--- a/org.eclipse.debug.ui/plugin.properties
+++ b/org.eclipse.debug.ui/plugin.properties
@@ -328,7 +328,7 @@ preferenceKeywords.stringSubstitution=variables
preferenceKeywords.viewManagement=views
preferenceKeywords.perspective=perspectives switching assign automatic run debug
preferenceKeywords.launchConfigurations=filters launch migration configurations run debug
-
+preferenceKeywords.launchDelegates=launch delegate duplicate run debug profile mode configuration launchers launcher modes
exportBreakpoints.label=E&xport Breakpoints...
importBreakpoints.label=I&mport Breakpoints...

Back to the top