Ignore:
Timestamp:
Oct 8, 1999, 8:39:35 PM (26 years ago)
Author:
sandervl
Message:

Property fixes, set last error when window creation fails

File:
1 edited

Legend:

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

    r1126 r1194  
    1 /* $Id: win32dlg.cpp,v 1.7 1999-10-04 18:32:50 sandervl Exp $ */
     1/* $Id: win32dlg.cpp,v 1.8 1999-10-08 18:39:34 sandervl Exp $ */
    22/*
    33 * Win32 Dialog Code for OS/2
     
    195195    if (createControls(dlgTemplate, hInst))
    196196    {
     197        dprintf(("********* DIALOG CONTROLS CREATED ************"));
    197198        /* Send initialisation messages and set focus */
    198199        hwndFocus = GetNextDlgTabItem( getWindowHandle(), 0, FALSE );
     
    210211        return;
    211212    }
     213    dprintf(("********* DIALOG CREATION FAILED! ************"));
    212214    DestroyWindow();
    213215}
Note: See TracChangeset for help on using the changeset viewer.