mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-11 05:56:16 +02:00
Debugger: removed duplicate caption assignments
git-svn-id: trunk@59530 -
This commit is contained in:
parent
f6896bbbb2
commit
25edeec0d3
@ -192,9 +192,6 @@ begin
|
||||
|
||||
popFormat.Caption := regdlgFormat;
|
||||
|
||||
actCopyName.Caption := lisLocalsDlgCopyName;
|
||||
actCopyValue.Caption := lisLocalsDlgCopyValue;
|
||||
|
||||
for i := low(COL_WIDTHS) to high(COL_WIDTHS) do
|
||||
lvRegisters.Column[i].Width := COL_WIDTHS[i];
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user