mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-27 11:53:32 +00: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