Index: startmenu.cpp =================================================================== --- startmenu.cpp (revision 40979) +++ startmenu.cpp (working copy) @@ -1943,7 +1943,8 @@ #ifndef __REACTOS__ case IDC_TERMINATE: - DestroyWindow(GetParent(_hwnd)); + DestroyWindow(g_Globals._hwndDesktopBar); + DestroyWindow(g_Globals._hwndDesktop); break; #endif