Debugger: reduce strings duplication

git-svn-id: trunk@41016 -
This commit is contained in:
maxim 2013-05-03 16:42:14 +00:00
parent 6da4aaefee
commit dacac381c6
2 changed files with 4 additions and 10 deletions

View File

@ -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

View File

@ -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