Ignore:
Timestamp:
Jan 29, 2003, 2:07:31 PM (23 years ago)
Author:
sandervl
Message:

OS/2 Look & Feel is now default; use OS/2 colors again in OS/2 L&F mode

File:
1 edited

Legend:

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

    r9610 r9741  
    1 /* $Id: pmwindow.cpp,v 1.193 2003-01-04 13:49:27 sandervl Exp $ */
     1/* $Id: pmwindow.cpp,v 1.194 2003-01-29 13:07:30 sandervl Exp $ */
    22/*
    33 * Win32 Window Managment Code for OS/2
     
    238238
    239239    // check if we have the OS/2 Look and Feel enabled
    240     fOS2Look = PROFILE_GetOdinIniBool(ODINSYSTEM_SECTION, "OS2Look", FALSE);
     240    fOS2Look = PROFILE_GetOdinIniBool(ODINSYSTEM_SECTION, "OS2Look", TRUE);
    241241    if(fOS2Look)
    242242    {
    243 #if 0
    244243        SYSCOLOR_Init(FALSE); //use OS/2 colors
    245 #endif
    246244        QueryPMMenuBitmaps();
    247245    }
     
    322320    if(fLooks == OS2_APPEARANCE || fLooks == OS2_APPEARANCE_SYSMENU)
    323321    {
    324 #if 0
    325322        SYSCOLOR_Init(FALSE); //use OS/2 colors
    326 #endif
    327323        QueryPMMenuBitmaps();
    328324    }
Note: See TracChangeset for help on using the changeset viewer.