mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
parent
111d56ae05
commit
dd0355fa32
1 changed files with 1 additions and 1 deletions
|
|
@ -470,7 +470,7 @@ begin
|
|||
miOpenWith.Add(mi);
|
||||
|
||||
mi:= TMenuItem.Create(miOpenWith);
|
||||
mi.Caption:='Other...';
|
||||
mi.Caption:= rsMnuOpenWithOther;
|
||||
mi.OnClick := Self.OpenWithMenuItemSelect;
|
||||
miOpenWith.Add(mi);
|
||||
end;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue