mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-28 10:02:14 +00:00
UPD: Show Recycle Bin under Windows XP and higher
This commit is contained in:
parent
d0ee0aff51
commit
90e769eab9
1 changed files with 2 additions and 1 deletions
|
|
@ -583,7 +583,8 @@ begin
|
|||
{$ENDIF}
|
||||
// Register network file source
|
||||
RegisterVirtualFileSource(rsVfsNetwork, TWinNetFileSource);
|
||||
RegisterVirtualFileSource(rsVfsRecycleBin, TRecycleBinFileSource);
|
||||
if CheckWin32Version(5, 1) then
|
||||
RegisterVirtualFileSource(rsVfsRecycleBin, TRecycleBinFileSource);
|
||||
if (IsUserAdmin = dupAccept) then // if run under administrator
|
||||
MainForm.Caption:= MainForm.Caption + ' - Administrator';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue