Commit in reactos/subsys/system/explorer/taskbar on MAIN
traynotify.cpp+1-21.41 -> 1.42
handle large notification strings

reactos/subsys/system/explorer/taskbar
traynotify.cpp 1.41 -> 1.42
diff -u -r1.41 -r1.42
--- traynotify.cpp	14 Mar 2004 22:20:07 -0000	1.41
+++ traynotify.cpp	14 Mar 2004 22:44:08 -0000	1.42
@@ -287,8 +287,7 @@
 		if (found != _sorted_icons.end()) {
 			NotifyInfo& entry = const_cast<NotifyInfo&>(*found);	// Why does GCC 3.3 need this additional const_cast ?!
 
-			if (!entry._tipText.empty())
-				_tcscpy(pdi->szText, entry._tipText);
+			pdi->lpszText = (LPTSTR)entry._tipText.c_str();
 		}
 	}
 
CVSspam 0.2.8