mirror of
https://github.com/reactos/reactos.git
synced 2026-06-08 00:46:10 +08:00
[SHELL32] Fix empty 'Send to' menu
CORE-18517
This commit is contained in:
@@ -244,6 +244,7 @@ UINT CSendToMenu::InsertSendToItems(HMENU hMenu, UINT idCmdFirst, UINT Pos)
|
||||
{
|
||||
CStringW strNone(MAKEINTRESOURCEW(IDS_NONE));
|
||||
AppendMenuW(hMenu, MF_GRAYED | MF_DISABLED | MF_STRING, idCmd, strNone);
|
||||
++idCmd;
|
||||
}
|
||||
|
||||
return idCmd - idCmdFirst;
|
||||
|
||||
Reference in New Issue
Block a user