Changeset 1809 for trunk/src


Ignore:
Timestamp:
Nov 22, 1999, 7:06:46 PM (26 years ago)
Author:
cbratschi
Message:

* empty log message *

File:
1 edited

Legend:

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

    r1806 r1809  
    1 /* $Id: win32wbase.cpp,v 1.90 1999-11-21 18:50:06 cbratschi Exp $ */
     1/* $Id: win32wbase.cpp,v 1.91 1999-11-22 18:06:46 cbratschi Exp $ */
    22/*
    33 * Win32 Window Base Class for OS/2
     
    15371537        }
    15381538
    1539         if(OS2HwndFrame && dwStyle & WS_CAPTION)
     1539        if(OS2HwndFrame && (dwStyle & WS_CAPTION) == WS_CAPTION)
    15401540          return OSLibWinSetWindowText(OS2HwndFrame,(LPSTR)windowNameA);
    15411541
     
    17861786        }
    17871787
    1788         if(OS2HwndFrame && dwStyle & WS_CAPTION)
     1788        if(OS2HwndFrame && (dwStyle & WS_CAPTION) == WS_CAPTION)
    17891789          return OSLibWinSetWindowText(OS2HwndFrame,(LPSTR)windowNameA);
    17901790
Note: See TracChangeset for help on using the changeset viewer.