mirror of https://gitlab.com/basile.b/dexed.git
helper not working anymore for no reason ?
This commit is contained in:
parent
222b02e8dc
commit
bde1c81fad
|
@ -3630,7 +3630,7 @@ begin
|
|||
begin
|
||||
itm := TMenuItem.Create(self);
|
||||
itm.Caption := lst[i].extractFileName;
|
||||
itm.Caption := itm.Caption.stripFileExt;
|
||||
itm.Caption := stripFileExt(itm.Caption);
|
||||
itm.OnClick := @layoutMnuItemClick;
|
||||
itm.ImageIndex := 32;
|
||||
mnuLayout.Add(itm);
|
||||
|
|
Loading…
Reference in New Issue