mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Bug 83330: Inconsistent in the label for Add expression.
This commit is contained in:
parent
285899775a
commit
d36d5364f7
2 changed files with 5 additions and 3 deletions
|
@ -1,3 +1,7 @@
|
|||
2005-01-20 Mikhail Khodjaiants
|
||||
Bug 83330: Inconsistent in the label for Add expression.
|
||||
* plugin.properties
|
||||
|
||||
2005-01-19 Mikhail Khodjaiants
|
||||
Fix for bug 83051: Add global variables deletes existing ones when new added.
|
||||
* AddGlobalsActionDelegate.java
|
||||
|
|
|
@ -42,11 +42,9 @@ ManageFunctionBreakpointAction.tooltip=Toggle Function/Method Breakpoint
|
|||
ToggleWatchpointAction.label=Toggle Watchpoint
|
||||
ToggleWatchpointAction.tooltip=Toggle Variable Watchpoint
|
||||
BreakpointPropertiesAction.label=P&roperties...
|
||||
AddExpressionAction.label=Add &Expression...
|
||||
GlobalAddExpressionAction.label=Add &Expression (C/C++)...
|
||||
AddExpressionAction.label=Add Watch Expression...
|
||||
RunToLineAction.label=Run To &Line
|
||||
JumpToLineAction.label=Resume At Li&ne
|
||||
GlobalRunToLineAction.label=Run To &Line (C/C++)
|
||||
GlobalJumpToLineAction.label=Resume At Li&ne (C/C++)
|
||||
ShowFullPathsAction.label=Show Full &Paths
|
||||
ShowFullPathsAction.tooltip=Show Full Paths
|
||||
|
|
Loading…
Add table
Reference in a new issue