disable "Terminate Explorer" in ReactOS build
Modified: trunk/reactos/subsys/system/explorer/taskbar/startmenu.cpp

Modified: trunk/reactos/subsys/system/explorer/taskbar/startmenu.cpp
--- trunk/reactos/subsys/system/explorer/taskbar/startmenu.cpp	2005-10-27 21:23:35 UTC (rev 18803)
+++ trunk/reactos/subsys/system/explorer/taskbar/startmenu.cpp	2005-10-27 21:43:40 UTC (rev 18804)
@@ -1748,7 +1748,9 @@
 		AddButton(ResString(IDS_SHUTDOWN),	ICID_LOGOFF, false, IDC_SHUTDOWN);
 
 
+#ifndef _ROS_
 	AddButton(ResString(IDS_TERMINATE),	ICID_LOGOFF, false, IDC_TERMINATE);
+#endif
 
 
 #ifdef __MINGW32__
@@ -1911,9 +1913,11 @@
 		ShowLogoffDialog(g_Globals._hwndDesktopBar);
 		break;
 
+#ifndef _ROS_
 	  case IDC_TERMINATE:
 		DestroyWindow(GetParent(_hwnd));
 		break;
+#endif
 
 	  case IDC_SHUTDOWN:
 		CloseStartMenu(id);