Ignore:
Timestamp:
Sep 4, 1999, 9:42:30 PM (26 years ago)
Author:
sandervl
Message:

Dialog changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/new/controls.cpp

    r760 r821  
    1 /* $Id: controls.cpp,v 1.10 1999-08-31 17:14:51 sandervl Exp $ */
     1/* $Id: controls.cpp,v 1.11 1999-09-04 19:42:27 sandervl Exp $ */
    22/* File: controls.cpp -- Win32 common controls
    33 *
     
    1616#include "combo.H" //listbox,combo,edit
    1717#include "win32wmdiclient.h"
     18#include "win32dlg.h"
    1819
    1920/* registration */
     
    6667  dprintf(("Register MDICLIENT class"));
    6768  if (!MDICLIENT_Register()) dprintf(("failed!!!"));
     69
     70  dprintf(("Register DIALOG class"));
     71  if (!DIALOG_Register()) dprintf(("failed!!!"));
    6872}
    6973
     
    9397  dprintf(("Unregister MDICLIENT class"));
    9498  if (!MDICLIENT_Unregister()) dprintf(("failed!!!"));
     99
     100  dprintf(("Unregister DIALOG class"));
     101  if (!DIALOG_Unregister()) dprintf(("failed!!!"));
    95102}
    96103
Note: See TracChangeset for help on using the changeset viewer.