mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-05 07:38:15 +02:00
Debugger: reduce strings duplication
git-svn-id: trunk@41016 -
This commit is contained in:
parent
6da4aaefee
commit
dacac381c6
@ -75,17 +75,12 @@ begin
|
||||
FGroupList.Delimiter := ';';
|
||||
FGroupList.DelimitedText := AGroupList;
|
||||
|
||||
Caption := dbgBreakGroupDlgCaption;
|
||||
case AAction of
|
||||
bgaEnable:
|
||||
begin
|
||||
Caption := dbgBreakGroupDlgCaptionEnable;
|
||||
Label1.Caption := dbgBreakGroupDlgHeaderEnable;
|
||||
end;
|
||||
Label1.Caption := dbgBreakGroupDlgHeaderEnable;
|
||||
bgaDisable:
|
||||
begin
|
||||
Caption := dbgBreakGroupDlgCaptionDisable;
|
||||
Label1.Caption := dbgBreakGroupDlgHeaderDisable;
|
||||
end;
|
||||
Label1.Caption := dbgBreakGroupDlgHeaderDisable;
|
||||
end;
|
||||
|
||||
for i := 0 to FAvailableGroups.Count - 1 do begin
|
||||
|
@ -5570,9 +5570,8 @@ resourcestring
|
||||
lisDebuggerFeedbackError = 'Debugger Error';
|
||||
|
||||
// breakpointgroups
|
||||
dbgBreakGroupDlgCaptionEnable = 'Select Groups';
|
||||
dbgBreakGroupDlgCaption = 'Select Groups';
|
||||
dbgBreakGroupDlgHeaderEnable = 'Select groups to enable when breakpoint is hit';
|
||||
dbgBreakGroupDlgCaptionDisable = 'Select Groups';
|
||||
dbgBreakGroupDlgHeaderDisable = 'Select groups to disable when breakpoint is hit';
|
||||
|
||||
//Registers dialog
|
||||
|
Loading…
Reference in New Issue
Block a user