mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-16 02:39:15 +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;
|
popFormat.Caption := regdlgFormat;
|
||||||
|
|
||||||
actCopyName.Caption := lisLocalsDlgCopyName;
|
|
||||||
actCopyValue.Caption := lisLocalsDlgCopyValue;
|
|
||||||
|
|
||||||
for i := low(COL_WIDTHS) to high(COL_WIDTHS) do
|
for i := low(COL_WIDTHS) to high(COL_WIDTHS) do
|
||||||
lvRegisters.Column[i].Width := COL_WIDTHS[i];
|
lvRegisters.Column[i].Width := COL_WIDTHS[i];
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user