Changeset 833 for trunk/src/user32/new/win32wmdiclient.cpp
- Timestamp:
- Sep 5, 1999, 2:03:34 PM (26 years ago)
- 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:29sandervl Exp $ */1 /* $Id: win32wmdiclient.cpp,v 1.6 1999-09-05 12:03:34 sandervl Exp $ */ 2 2 /* 3 3 * Win32 MDI Client Window Class for OS/2 … … 520 520 lpBuffer[0] = '\0'; 521 521 522 getParent()->SetWindowText (lpBuffer);522 getParent()->SetWindowTextA(lpBuffer); 523 523 if( repaint == MDI_REPAINTFRAME) 524 524 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.