merge 20108 to branch
Modified: branches/ros-branch-0_2_9/reactos/subsys/system/explorer/taskbar/startmenu.cpp

Modified: branches/ros-branch-0_2_9/reactos/subsys/system/explorer/taskbar/startmenu.cpp
--- branches/ros-branch-0_2_9/reactos/subsys/system/explorer/taskbar/startmenu.cpp	2005-12-12 19:50:59 UTC (rev 20108)
+++ branches/ros-branch-0_2_9/reactos/subsys/system/explorer/taskbar/startmenu.cpp	2005-12-12 20:01:44 UTC (rev 20109)
@@ -1546,7 +1546,7 @@
 
 
 StartMenuRoot::StartMenuRoot(HWND hwnd)
- :	super(hwnd, true)	///@todo big icons in start menu root
+ :	super(hwnd, false)	///@todo big icons in start menu root
 {
 #ifndef __MINGW32__	// SHRestricted() missing in MinGW (as of 29.10.2003)
 	if (!g_Globals._SHRestricted || !SHRestricted(REST_NOCOMMONGROUPS))