Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2008-04-15 14:47:29 +0000
committerDarin Wright2008-04-15 14:47:29 +0000
commit1cc0c4ea83f3ddcb49efcda6b5dbe201c5aa92db (patch)
tree01c17966778e030743f85f1dbdb69069a283b3ed /org.eclipse.debug.ui/plugin.properties
parentb0e3cdfd6bd42802de9992a59f5d759991a63781 (diff)
downloadeclipse.platform.debug-1cc0c4ea83f3ddcb49efcda6b5dbe201c5aa92db.tar.gz
eclipse.platform.debug-1cc0c4ea83f3ddcb49efcda6b5dbe201c5aa92db.tar.xz
eclipse.platform.debug-1cc0c4ea83f3ddcb49efcda6b5dbe201c5aa92db.zip
Bug 191625 - Undefined context while filtering dialog/window contexts
Diffstat (limited to 'org.eclipse.debug.ui/plugin.properties')
-rw-r--r--org.eclipse.debug.ui/plugin.properties3
1 files changed, 3 insertions, 0 deletions
diff --git a/org.eclipse.debug.ui/plugin.properties b/org.eclipse.debug.ui/plugin.properties
index 0bbe9473a..c59b3d8e5 100644
--- a/org.eclipse.debug.ui/plugin.properties
+++ b/org.eclipse.debug.ui/plugin.properties
@@ -181,6 +181,9 @@ Context.console.name= In Console
Context.memoryview.description = In Memory View
Context.memoryview.name = In Memory View
+ActionContext.breakpointsview.name=In Breakpoints View
+ActionContext.breakpointsview.description=The breakpoints view context
+
ActionDefinition.eof.name= EOF
ActionDefinition.eof.description= Send end of file

Back to the top