mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
[SHELL32] Fix empty 'Send to' menu
CORE-18517
This commit is contained in:
parent
15d491fb29
commit
21e68b0dba
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue