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/icontitle.cpp

    r2804 r5496  
    1 /* $Id: icontitle.cpp,v 1.5 2000-02-16 14:34:20 sandervl Exp $ */
     1/* $Id: icontitle.cpp,v 1.6 2001-04-12 14:04:32 sandervl Exp $ */
    22/*
    33 * Icontitle window class.
     
    6969{
    7070    LPSTR str;
    71     int length = wnd->getOwner()->GetWindowTextLength();
     71    int length = wnd->getOwner()->GetWindowTextLengthA();
    7272
    7373    if( length )
Note: See TracChangeset for help on using the changeset viewer.