mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 09:19:40 +02:00
debugger: rename action to match the meaning
git-svn-id: trunk@30718 -
This commit is contained in:
parent
1e6d1a65e8
commit
53aafb3215
@ -174,7 +174,7 @@ end;
|
||||
function GetBreakPointActionsDescription(ABreakpoint: TBaseBreakpoint): string;
|
||||
const
|
||||
DEBUG_ACTION: array[TIDEBreakPointAction] of ShortString =
|
||||
(lisBreak, lisEnableGroup, lisDisableGroup, lisLogMessage, lisLogCallStack);
|
||||
(lisBreak, lisEnableGroups, lisDisableGroups, lisLogMessage, lisLogCallStack);
|
||||
var
|
||||
CurBreakPoint: TIDEBreakPoint;
|
||||
Action: TIDEBreakPointAction;
|
||||
|
@ -224,8 +224,8 @@ begin
|
||||
lblGroup.Caption := lisGroup + ':';
|
||||
gbActions.Caption := lisActions;
|
||||
chkActionBreak.Caption := lisBreak;
|
||||
chkEnableGroups.Caption := lisEnableGroup;
|
||||
chkDisableGroups.Caption := lisDisableGroup;
|
||||
chkEnableGroups.Caption := lisEnableGroups;
|
||||
chkDisableGroups.Caption := lisDisableGroups;
|
||||
chkEvalExpression.Caption := lisEvalExpression;
|
||||
chkLogMessage.Caption := lisLogMessage;
|
||||
chkLogCallStack.Caption := lisLogCallStack;
|
||||
|
@ -4635,8 +4635,8 @@ resourcestring
|
||||
lisDeleteAllBreakpoints = 'Delete all breakpoints?';
|
||||
lisDeleteAllBreakpoints2 = 'Delete all breakpoints in file %s%s%s?';
|
||||
lisBreak = 'Break';
|
||||
lisEnableGroup = 'Enable Group';
|
||||
lisDisableGroup = 'Disable Group';
|
||||
lisEnableGroups = 'Enable Groups';
|
||||
lisDisableGroups = 'Disable Groups';
|
||||
lisLogMessage = 'Log Message';
|
||||
lisLogCallStack = 'Log Call Stack';
|
||||
lisLogCallStackLimit = '(frames limit. 0 - no limits)';
|
||||
|
Loading…
Reference in New Issue
Block a user