Changeset 5496 for trunk/src/user32/icontitle.cpp
- Timestamp:
- Apr 12, 2001, 4:04:54 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/icontitle.cpp
r2804 r5496 1 /* $Id: icontitle.cpp,v 1. 5 2000-02-16 14:34:20sandervl Exp $ */1 /* $Id: icontitle.cpp,v 1.6 2001-04-12 14:04:32 sandervl Exp $ */ 2 2 /* 3 3 * Icontitle window class. … … 69 69 { 70 70 LPSTR str; 71 int length = wnd->getOwner()->GetWindowTextLength ();71 int length = wnd->getOwner()->GetWindowTextLengthA(); 72 72 73 73 if( length )
Note:
See TracChangeset
for help on using the changeset viewer.