[BROWSEUI]

* Implement File->Close

svn path=/branches/shell-experiments/; revision=65095
This commit is contained in:
David Quintana
2014-10-29 11:14:28 +00:00
parent d75b3832c8
commit b06af9ef67
+1 -1
View File
@@ -3178,7 +3178,7 @@ LRESULT CShellBrowser::RelayMsgToShellView(UINT uMsg, WPARAM wParam, LPARAM lPar
LRESULT CShellBrowser::OnClose(WORD wNotifyCode, WORD wID, HWND hWndCtl, BOOL &bHandled)
{
return 0;
return SendMessage(WM_CLOSE);
}
LRESULT CShellBrowser::OnFolderOptions(WORD wNotifyCode, WORD wID, HWND hWndCtl, BOOL &bHandled)