Ignore:
Timestamp:
Nov 21, 2001, 12:51:39 PM (24 years ago)
Author:
sandervl
Message:

menu + groupbox fixes

File:
1 edited

Legend:

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

    r7371 r7409  
    1 /* $Id: win32wbase.cpp,v 1.300 2001-11-17 17:49:38 sandervl Exp $ */
     1/* $Id: win32wbase.cpp,v 1.301 2001-11-21 11:51:38 sandervl Exp $ */
    22/*
    33 * Win32 Window Base Class for OS/2
     
    37053705
    37063706        case GWL_ID:
     3707                dprintf(("GWL_ID old %x, new %x", getWindowId(), value));
    37073708                oldval = getWindowId();
    37083709                setWindowId(value);
Note: See TracChangeset for help on using the changeset viewer.