[SENDMAIL][ZIPFLDR][MYDOCS] Fix creation of SendTo files (#2616)

- Improve and move SendTo files creation code and timing.
- Delete IDS_DESKLINK of shell32.
- Add IDS_DESKLINK into sendmail.
CORE-16924
This commit is contained in:
Katayama Hirofumi MZ 2020-04-23 04:19:20 +09:00 committed by GitHub
parent 66e647084d
commit a48aa21102
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
52 changed files with 230 additions and 198 deletions

View file

@ -69,9 +69,6 @@ private:
HRESULT LoadAllItems(HWND hwnd);
void UnloadAllItems();
BOOL FolderHasAnyItems() const;
HRESULT CreateSendToFiles(LPCWSTR pszSendTo);
UINT InsertSendToItems(HMENU hMenu, UINT idFirst, UINT idMenu);
SENDTO_ITEM *FindItemFromIdOffset(UINT IdOffset);