Ignore:
Timestamp:
Nov 2, 1999, 8:13:01 PM (26 years ago)
Author:
sandervl
Message:

FS bugfixes

File:
1 edited

Legend:

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

    r1433 r1550  
    1 /* $Id: combo.cpp,v 1.10 1999-10-24 22:56:01 sandervl Exp $ */
     1/* $Id: combo.cpp,v 1.11 1999-11-02 19:12:59 sandervl Exp $ */
    22/*
    33 * Combo controls
     
    6262    BOOL      bRet = FALSE;
    6363
    64 //SvL: Combo bitmap is invalid
    65     hComboBmp = LoadBitmapA(0, MAKEINTRESOURCEA(OBM_COMBO));
    66 //    hComboBmp = LoadBitmapA(hInstanceUser32, MAKEINTRESOURCEA(OBM_COMBO));
     64    hComboBmp = LoadBitmapA(hInstanceUser32, MAKEINTRESOURCEA(OBM_COMBO));
    6765    if(hComboBmp)
    6866    {
Note: See TracChangeset for help on using the changeset viewer.