merge from trunk: enable multiline tooltips
Modified: branches/lean-explorer/reactos/subsys/system/explorer/taskbar/quicklaunch.cpp

Modified: branches/lean-explorer/reactos/subsys/system/explorer/taskbar/quicklaunch.cpp
--- branches/lean-explorer/reactos/subsys/system/explorer/taskbar/quicklaunch.cpp	2005-04-02 11:00:58 UTC (rev 14436)
+++ branches/lean-explorer/reactos/subsys/system/explorer/taskbar/quicklaunch.cpp	2005-04-02 11:09:39 UTC (rev 14437)
@@ -263,6 +263,10 @@
 #ifdef TTF_DI_SETITEM
 		ttdi->uFlags |= TTF_DI_SETITEM;
 #endif
+
+		 // enable multiline tooltips (break at CR/LF and for very long one-line strings)
+		SendMessage(pnmh->hwndFrom, TTM_SETMAXTIPWIDTH, 0, 400);
+
 		break;}
 
 		return super::Notify(id, pnmh);