mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Bug [0001642] Open &VFS list - literal & in the hint of the \\ button
This commit is contained in:
parent
1fe39b0cce
commit
338799dbbf
1 changed files with 1 additions and 1 deletions
|
|
@ -4276,7 +4276,7 @@ var
|
|||
begin
|
||||
(*virtual drive button*)
|
||||
ToolItem := TKASNormalItem.Create;
|
||||
ToolItem.Hint := actOpenVirtualFileSystemList.Caption;
|
||||
ToolItem.Hint := StripHotkey(actOpenVirtualFileSystemList.Caption);
|
||||
ToolItem.Text := btnCaption;
|
||||
Button := dskPanel.AddButton(ToolItem);
|
||||
bmpBitmap:= PixMapManager.GetVirtualDriveIcon(dskPanel.GlyphSize, clBtnFace);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue