mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
UPD: debug code removed in TShellContextMenu.FillOpenWithSubMenu()
(cherry picked from commit c127237193)
This commit is contained in:
parent
38df7d82ff
commit
b9d422290e
1 changed files with 0 additions and 1 deletions
|
|
@ -454,7 +454,6 @@ begin
|
|||
ImageIndex:= PixMapManager.GetApplicationBundleIcon(appUrl.path.UTF8String, -1);
|
||||
if ImageIndex >= 0 then begin
|
||||
bmpTemp:= PixMapManager.GetBitmap(ImageIndex);
|
||||
Writeln( bmpTemp.Width );
|
||||
if Assigned(bmpTemp) then begin
|
||||
mi.ImageIndex:=FMenuImageList.Count;
|
||||
FMenuImageList.Add( bmpTemp , nil );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue