From 8679f1acd1278934434570c4715ecb718961ca39 Mon Sep 17 00:00:00 2001 From: Pawel Piech Date: Wed, 4 Apr 2012 08:11:52 -0700 Subject: [PATCH] Bug 375996 - [breakpoints] CDT's "Breakpoint Properties" popup menu item is shown for a Java breakpoint Renamed 'Breakpoint Properties' -> 'Breakpoint Properties...' --- debug/org.eclipse.cdt.debug.ui/plugin.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debug/org.eclipse.cdt.debug.ui/plugin.properties b/debug/org.eclipse.cdt.debug.ui/plugin.properties index a94a1e18c3f..1fb174f2a2f 100644 --- a/debug/org.eclipse.cdt.debug.ui/plugin.properties +++ b/debug/org.eclipse.cdt.debug.ui/plugin.properties @@ -38,7 +38,7 @@ ShowDebuggerConsoleAction.tooltip=Show Debugger Console On Target Selection AddBreakpoint.label=Toggle &Breakpoint\tDouble Click AddBreakpointInteractive.label=&Add Breakpoint...\tCtrl+Double Click EnableBreakpoint.label=&Toggle Breakpoint Enabled\tShift+Double Click -BreakpointProperties.label=Breakpoint P&roperties +BreakpointProperties.label=Breakpoint P&roperties... RulerBreakpointProperties.label=Breakpoint P&roperties...\tCtrl+Double Click BreakpointPropertiesCommand.name=C/C++ Breakpoint Properties BreakpointPropertiesCommand.description=View and edit properties for a given C/C++ breakpoint