[SHELL32] -CShellDispatch: Properly register Shell.Application. Implement CShellDispa...
[reactos.git] / reactos / dll / win32 / shell32 / CShellDispatch.cpp
index 92725c0..7c98b4a 100644 (file)
@@ -142,8 +142,8 @@ HRESULT STDMETHODCALLTYPE CShellDispatch::TileHorizontally()
 
 HRESULT STDMETHODCALLTYPE CShellDispatch::ShutdownWindows()
 {
-    TRACE("(%p)\n", this);
-    return E_NOTIMPL;
+    ExitWindowsDialog(NULL);
+    return S_OK;
 }
 
 HRESULT STDMETHODCALLTYPE CShellDispatch::Suspend()