mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 03:33:48 +00:00
[EXPLORER]
-Rename StartMenuBtnCtxMenuCreator to CStartMenuBtnCtxMenu_CreateInstance. -Rename CreateStartMenuSite to CStartMenuSite_CreateInstance. -Remove a couple of definitions that were not used.
This commit is contained in:
parent
225c5c4a20
commit
84fa20ec8b
5 changed files with 6 additions and 12 deletions
|
@ -2668,7 +2668,7 @@ ChangePos:
|
|||
if (!(m_StartButton.SendMessage(BM_GETSTATE, 0, 0) & BST_PUSHED))
|
||||
{
|
||||
CComPtr<IContextMenu> ctxMenu;
|
||||
StartMenuBtnCtxMenuCreator(this, m_hWnd, &ctxMenu);
|
||||
CStartMenuBtnCtxMenu_CreateInstance(this, m_hWnd, &ctxMenu);
|
||||
TrackCtxMenu(ctxMenu, ppt, hWndExclude, m_Position == ABE_BOTTOM, this);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue