mirror of
https://github.com/reactos/reactos.git
synced 2026-05-30 05:51:26 +08:00
[SHELL32] -CDesktopBrowser: Implement handling FCIDM_DESKBROWSER_REFRESH.
svn path=/trunk/; revision=73705
This commit is contained in:
@@ -361,6 +361,8 @@ LRESULT CDesktopBrowser::OnCommand(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL
|
||||
SHFindFiles(NULL, NULL);
|
||||
break;
|
||||
case FCIDM_DESKBROWSER_REFRESH:
|
||||
if (m_ShellView)
|
||||
m_ShellView->Refresh();
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user