mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[BROWSEUI]
* Implement File->Close svn path=/branches/shell-experiments/; revision=65095
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user