mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-04 06:45:43 +02:00
Changed the labels of the ruler breakpoint actions.
This commit is contained in:
parent
2a72346aa5
commit
670e216592
2 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2004-04-12 Mikhail Khodjaiants
|
||||||
|
Changed the labels of the ruler breakpoint actions.
|
||||||
|
* plugin.properties
|
||||||
|
|
||||||
2004-04-12 Mikhail Khodjaiants
|
2004-04-12 Mikhail Khodjaiants
|
||||||
Implementing retargettable breakpoint related actions.
|
Implementing retargettable breakpoint related actions.
|
||||||
* AddAddressBreakpointActionDelegate.java
|
* AddAddressBreakpointActionDelegate.java
|
||||||
|
|
|
@ -28,8 +28,8 @@ SwitchToDisassemblyAction.tooltip=Disassembly Mode On/Off
|
||||||
ShowDebuggerConsoleAction.label=Show Debugger Console
|
ShowDebuggerConsoleAction.label=Show Debugger Console
|
||||||
ShowDebuggerConsoleAction.tooltip=Show Debugger Console On Target Selection
|
ShowDebuggerConsoleAction.tooltip=Show Debugger Console On Target Selection
|
||||||
|
|
||||||
AddBreakpoint.label=Add &Breakpoint
|
AddBreakpoint.label=Toggle &Breakpoint
|
||||||
EnableBreakpoint.label=T&oggle Breakpoint
|
EnableBreakpoint.label=&Toggle Breakpoint Enabled
|
||||||
BreakpointProperties.label=Breakpoint P&roperties...
|
BreakpointProperties.label=Breakpoint P&roperties...
|
||||||
GlobalManageBreakpointAction.label=Add/Remove Brea&kpoint (C/C++)
|
GlobalManageBreakpointAction.label=Add/Remove Brea&kpoint (C/C++)
|
||||||
ManageFunctionBreakpointAction.label=Add/Remove Breakpoint
|
ManageFunctionBreakpointAction.label=Add/Remove Breakpoint
|
||||||
|
|
Loading…
Add table
Reference in a new issue