Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Swanson2003-08-20 18:04:03 +0000
committerDarin Swanson2003-08-20 18:04:03 +0000
commitd7e8d677239ed2ea851af1bd7d0003f58aa96321 (patch)
tree1661f36c4e98917c35ec6ec8853e177665e5629d /org.eclipse.debug.ui/plugin.properties
parent6d75035a90480e8c3b89e98e30af237c7dd53aed (diff)
downloadeclipse.platform.debug-d7e8d677239ed2ea851af1bd7d0003f58aa96321.tar.gz
eclipse.platform.debug-d7e8d677239ed2ea851af1bd7d0003f58aa96321.tar.xz
eclipse.platform.debug-d7e8d677239ed2ea851af1bd7d0003f58aa96321.zip
Bug 41675 - breakpoints no longer visible in overview ruler
Diffstat (limited to 'org.eclipse.debug.ui/plugin.properties')
-rw-r--r--org.eclipse.debug.ui/plugin.properties4
1 files changed, 3 insertions, 1 deletions
diff --git a/org.eclipse.debug.ui/plugin.properties b/org.eclipse.debug.ui/plugin.properties
index 444124112..3bfb51eb0 100644
--- a/org.eclipse.debug.ui/plugin.properties
+++ b/org.eclipse.debug.ui/plugin.properties
@@ -178,4 +178,6 @@ enableWatchExpressionAction.label=Enable
enableWatchExpressionAction.tooltip=Enable watch expression
disableWatchExpressionAction.label=Disable
-disableWatchExpressionAction.tooltip=Disable watch expression \ No newline at end of file
+disableWatchExpressionAction.tooltip=Disable watch expression
+
+BreakpointMarkerPreference.label= Breakpoints \ No newline at end of file

Back to the top