Ignore:
Timestamp:
Apr 12, 2001, 4:04:54 PM (24 years ago)
Author:
sandervl
Message:

Sofiya: DBCS fixes

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 cbratschi Exp $ */
     1/* $Id: windlgmsg.cpp,v 1.8 2001-04-12 14:04:33 sandervl Exp $ */
    22/*
    33 * Win32 dialog message APIs for OS/2
     
    9393              if (dlgCode & (DLGC_BUTTON | DLGC_STATIC))
    9494              {
    95                 INT textLen = win32wnd->GetWindowTextLength();
     95                INT textLen = win32wnd->GetWindowTextLengthA();
    9696
    9797                if (textLen > 0)
Note: See TracChangeset for help on using the changeset viewer.