ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/proj/trunk/VTBFileUtil2/VTBFileUtil2.cxx
(Generate patch)

Comparing trunk/VTBFileUtil2/VTBFileUtil2.cxx (file contents):
Revision 265 by douglas, 2003-08-16T20:55:39-07:00 vs.
Revision 267 by douglas, 2003-08-18T15:25:29-07:00

# Line 2 | Line 2
2   //
3   // Douglas Thrift
4   //
5 < // $Id: VTBFileUtil2.cxx,v 1.8 2003/08/17 03:55:39 douglas Exp $
5 > // $Id: VTBFileUtil2.cxx,v 1.9 2003/08/18 22:25:29 douglas Exp $
6  
7   #include "VTBFileUtil2.h"
8   #include "Chooser.h"
# Line 241 | Line 241 | void tooltip(HWND tool, const string& ti
241          toolinfo.rect.bottom = rect.bottom;
242  
243          SendMessage(tooltip, TTM_ADDTOOL, 0, LPARAM(LPTOOLINFO(&toolinfo)));
244 +
245 +        delete [] ctip;
246   }
247  
248   INT_PTR CALLBACK usage(HWND dialog, UINT msg, WPARAM w, LPARAM l)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines