Changeset 5496 for trunk/src/user32/windlgmsg.cpp
- Timestamp:
- Apr 12, 2001, 4:04:54 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/windlgmsg.cpp
r3153 r5496 1 /* $Id: windlgmsg.cpp,v 1. 7 2000-03-18 16:13:41 cbratschiExp $ */1 /* $Id: windlgmsg.cpp,v 1.8 2001-04-12 14:04:33 sandervl Exp $ */ 2 2 /* 3 3 * Win32 dialog message APIs for OS/2 … … 93 93 if (dlgCode & (DLGC_BUTTON | DLGC_STATIC)) 94 94 { 95 INT textLen = win32wnd->GetWindowTextLength ();95 INT textLen = win32wnd->GetWindowTextLengthA(); 96 96 97 97 if (textLen > 0)
Note:
See TracChangeset
for help on using the changeset viewer.