mirror of
https://github.com/reactos/reactos.git
synced 2026-05-30 23:33:24 +08:00
[SHELL32][EXPLORER] Improve Recent Documents of Start Menu (#2648)
Improve Recent Documents of Start Menu. Add items of "My Documents" and "My Pictures" into Recent menu item. CORE-3588, CORE-11483
This commit is contained in:
committed by
GitHub
parent
c6680c99d9
commit
8f3079c67f
@@ -1497,7 +1497,7 @@ HRESULT CMenuSFToolbar::InternalPopupItem(INT iItem, INT index, DWORD_PTR dwData
|
||||
if (FAILED_UNEXPECTEDLY(hr))
|
||||
return hr;
|
||||
|
||||
hr = shellMenu->SetShellFolder(childFolder, NULL, NULL, 0);
|
||||
hr = shellMenu->SetShellFolder(childFolder, NULL, NULL, SMSET_TOP);
|
||||
if (FAILED_UNEXPECTEDLY(hr))
|
||||
return hr;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user