Ignore:
Timestamp:
Sep 5, 1999, 2:03:34 PM (26 years ago)
Author:
sandervl
Message:

Dialog update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/new/win32wmdiclient.cpp

    r821 r833  
    1 /* $Id: win32wmdiclient.cpp,v 1.5 1999-09-04 19:42:29 sandervl Exp $ */
     1/* $Id: win32wmdiclient.cpp,v 1.6 1999-09-05 12:03:34 sandervl Exp $ */
    22/*
    33 * Win32 MDI Client Window Class for OS/2
     
    520520    lpBuffer[0] = '\0';
    521521
    522     getParent()->SetWindowText(lpBuffer);
     522    getParent()->SetWindowTextA(lpBuffer);
    523523    if( repaint == MDI_REPAINTFRAME)
    524524        getParent()->SetWindowPos(0,0,0,0,0, SWP_FRAMECHANGED | SWP_NOSIZE | SWP_NOMOVE | SWP_NOACTIVATE | SWP_NOZORDER );
Note: See TracChangeset for help on using the changeset viewer.