Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikhail Khodjaiants2006-05-19 20:56:19 +0000
committerMikhail Khodjaiants2006-05-19 20:56:19 +0000
commit5839b72abe311678db8b5ca215a79ed4b7d78cda (patch)
treebd81b87fcba92f308bf33f42665509cc676eac72 /debug/org.eclipse.cdt.debug.ui/plugin.properties
parent9df742ada43bcefdd27b79c68a9109458e106578 (diff)
downloadorg.eclipse.cdt-5839b72abe311678db8b5ca215a79ed4b7d78cda.tar.gz
org.eclipse.cdt-5839b72abe311678db8b5ca215a79ed4b7d78cda.tar.xz
org.eclipse.cdt-5839b72abe311678db8b5ca215a79ed4b7d78cda.zip
Bug 142860: Breakpoint marker is not shown in the editor's ruler.
Diffstat (limited to 'debug/org.eclipse.cdt.debug.ui/plugin.properties')
-rw-r--r--debug/org.eclipse.cdt.debug.ui/plugin.properties2
1 files changed, 2 insertions, 0 deletions
diff --git a/debug/org.eclipse.cdt.debug.ui/plugin.properties b/debug/org.eclipse.cdt.debug.ui/plugin.properties
index 1635a8638c2..b3d2a742c16 100644
--- a/debug/org.eclipse.cdt.debug.ui/plugin.properties
+++ b/debug/org.eclipse.cdt.debug.ui/plugin.properties
@@ -93,6 +93,8 @@ DisableVariablesAction.tooltip=Disable Selected Variables
DefaultSourceLocator.name=Default C/C++ Source Locator
OldDefaultSourceLocator.name=Default C/C++ Source Locator (old)
+BreakpointMarkerPreference.label=Breakpoints
+
DisassemblyView.name=Disassembly
DisassemblyCurrentInstructionPointer=Disassembly Current Instruction Pointer
DisassemblySecondaryInstructionPointer=Disassembly Secondary Instruction Pointer

Back to the top