Ignore:
Timestamp:
Jun 10, 2001, 11:19:58 AM (24 years ago)
Author:
sandervl
Message:

bugfixes

File:
1 edited

Legend:

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

    r5935 r5950  
    1 /* $Id: icontitle.cpp,v 1.7 2001-06-09 14:50:17 sandervl Exp $ */
     1/* $Id: icontitle.cpp,v 1.8 2001-06-10 09:19:57 sandervl Exp $ */
    22/*
    33 * Icontitle window class.
     
    5757    {
    5858        win32wnd->setOwner(parent);     /* MDI depends on this */
     59        //No RELEASE_WNDOBJ necessary. Done in dtor of window
    5960        win32wnd->setStyle(win32wnd->getStyle() & ~(WS_CAPTION | WS_BORDER));
    6061        if (parent->getStyle() & WS_DISABLED ) win32wnd->setStyle(win32wnd->getStyle() | WS_DISABLED);
    61         RELEASE_WNDOBJ(win32wnd);
    6262        return hWnd;
    6363    }
Note: See TracChangeset for help on using the changeset viewer.