mirror of
https://github.com/reactos/reactos.git
synced 2026-06-01 00:40:26 +08:00
[SHELL32] Add desktop.ini more to some folders (#2101)
Provides special icons for special folders by adding desktop.ini. CORE-10045
This commit is contained in:
committed by
GitHub
parent
f7ef99fcc8
commit
2c272a9017
@@ -303,7 +303,7 @@ CSendToMenu::QueryContextMenu(HMENU hMenu,
|
||||
|
||||
UINT cItems = InsertSendToItems(hSubMenu, idCmdFirst, 0);
|
||||
|
||||
CStringW strSendTo(MAKEINTRESOURCEW(IDS_SENDTO));
|
||||
CStringW strSendTo(MAKEINTRESOURCEW(IDS_SENDTO_MENU));
|
||||
|
||||
MENUITEMINFOW mii = { sizeof(mii) };
|
||||
mii.fMask = MIIM_TYPE | MIIM_ID | MIIM_STATE | MIIM_SUBMENU;
|
||||
|
||||
Reference in New Issue
Block a user