# | Line 2 | Line 2 | |
---|---|---|
2 | // | |
3 | // Douglas Thrift | |
4 | // | |
5 | < | // $Id: VTBFileUtil2.cxx,v 1.6 2003/08/16 23:09:14 douglas Exp $ |
5 | > | // $Id: VTBFileUtil2.cxx,v 1.7 2003/08/17 00:43:49 douglas Exp $ |
6 | ||
7 | #include "VTBFileUtil2.h" | |
8 | #include "Chooser.h" | |
# | Line 221 | Line 221 | void tooltip(HWND tool, const string& ti | |
221 | GetClientRect(tool, &rect); | |
222 | ||
223 | TOOLINFO toolinfo; | |
224 | < | char* ctip = new char[tip.length()]; |
224 | > | LPTSTR ctip = new CHAR[tip.length()]; |
225 | ||
226 | sprintf(ctip, "%s", tip.c_str()); | |
227 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |