Ignore:
Timestamp:
Aug 31, 1999, 7:14:52 PM (26 years ago)
Author:
sandervl
Message:

MDI + menu changes

File:
1 edited

Legend:

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

    r743 r760  
    1 /* $Id: controls.cpp,v 1.9 1999-08-30 14:21:24 sandervl Exp $ */
     1/* $Id: controls.cpp,v 1.10 1999-08-31 17:14:51 sandervl Exp $ */
    22/* File: controls.cpp -- Win32 common controls
    33 *
     
    3939  atom = GlobalFindAtomA(EDITCLASSNAME);
    4040  if(atom) GlobalDeleteAtom(atom);
    41   atom = GlobalFindAtomA(MDICLIENTCLASSNAME);
     41  atom = GlobalFindAtomA(MDICLIENTCLASSNAMEA);
    4242  if(atom) GlobalDeleteAtom(atom);
    4343  //END to be removed code
Note: See TracChangeset for help on using the changeset viewer.