Debugger: removed duplicate caption assignments

git-svn-id: trunk@59530 -
This commit is contained in:
maxim 2018-11-12 22:51:21 +00:00
parent f6896bbbb2
commit 25edeec0d3

View File

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