mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 20:05:41 +00:00
[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:
parent
66e647084d
commit
a48aa21102
52 changed files with 230 additions and 198 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue