Changeset 5994 for trunk/src


Ignore:
Timestamp:
Jun 13, 2001, 2:19:09 PM (24 years ago)
Author:
sandervl
Message:

SetWindowText fix (OS/2 appearance)

File:
1 edited

Legend:

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

    r5993 r5994  
    1 /* $Id: win32wbase.cpp,v 1.266 2001-06-13 10:29:46 sandervl Exp $ */
     1/* $Id: win32wbase.cpp,v 1.267 2001-06-13 12:19:09 sandervl Exp $ */
    22/*
    33 * Win32 Window Base Class for OS/2
     
    14621462            if(hTaskList) {
    14631463                OSLibWinChangeTaskList(hTaskList, OS2HwndFrame, getWindowNameA(), (getStyle() & WS_VISIBLE) ? 1 : 0);
    1464                 if(fOS2Look) {
    1465                     OSLibWinSetTitleBarText(OS2HwndFrame, getWindowNameA());
    1466                 }
     1464            }
     1465            if(fOS2Look) {
     1466                OSLibWinSetTitleBarText(OS2HwndFrame, getWindowNameA());
    14671467            }
    14681468        }
     
    19551955            if(hTaskList) {
    19561956                OSLibWinChangeTaskList(hTaskList, OS2HwndFrame, getWindowNameA(), (getStyle() & WS_VISIBLE) ? 1 : 0);
    1957                 if(fOS2Look) {
    1958                     OSLibWinSetTitleBarText(OS2HwndFrame, getWindowNameA());
    1959                 }
     1957            }
     1958            if(fOS2Look) {
     1959                OSLibWinSetTitleBarText(OS2HwndFrame, getWindowNameA());
    19601960            }
    19611961        }
Note: See TracChangeset for help on using the changeset viewer.