[SHELL32] -CDesktopBrowser: Implement handling FCIDM_DESKBROWSER_REFRESH.

svn path=/trunk/; revision=73705
This commit is contained in:
Giannis Adamopoulos
2017-02-05 12:35:47 +00:00
parent 5e63cb55f0
commit 2ee2be0a07

View File

@@ -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;
}