Ignore:
Timestamp:
Sep 26, 1999, 1:09:39 PM (26 years ago)
Author:
sandervl
Message:

Set text + dialog bugfixes

File:
1 edited

Legend:

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

    r1057 r1060  
    1 /* $Id: win32wbase.cpp,v 1.14 1999-09-26 10:10:01 sandervl Exp $ */
     1/* $Id: win32wbase.cpp,v 1.15 1999-09-26 11:09:39 sandervl Exp $ */
    22/*
    33 * Win32 Window Base Class for OS/2
     
    397397//    shouldn't we always use a frame? -> no problems with scrollbars
    398398
    399   if(cs->lpszName)
     399  if(HIWORD(cs->lpszName))
    400400  {
    401401        if(isUnicode)
Note: See TracChangeset for help on using the changeset viewer.