Ignore:
Timestamp:
Nov 21, 1999, 6:07:52 PM (26 years ago)
Author:
cbratschi
Message:

fixed window text handling

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/oslibwin.cpp

    r1739 r1801  
    1 /* $Id: oslibwin.cpp,v 1.45 1999-11-14 16:35:54 sandervl Exp $ */
     1/* $Id: oslibwin.cpp,v 1.46 1999-11-21 17:07:50 cbratschi Exp $ */
    22/*
    33 * Window API wrappers for OS/2
     
    439439  hwndClient = WinWindowFromID(hwnd, FID_CLIENT);
    440440  if(hwndClient) {
    441         WinEnableWindow(hwndClient, fEnable);
     441        WinEnableWindow(hwndClient, fEnable);
    442442  }
    443443  return rc;
     
    10581058                    OSWinStyle);
    10591059
    1060   //CB: bug: it doesn't work with child windows!
    1061 
    10621060  if(OSFrameStyle & FCF_TITLEBAR)
    10631061  {
Note: See TracChangeset for help on using the changeset viewer.