Changeset 606 for trunk/src


Ignore:
Timestamp:
Aug 21, 1999, 2:53:28 PM (26 years ago)
Author:
sandervl
Message:

Window class bugfix (Freecell menu name messed up)

File:
1 edited

Legend:

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

    r372 r606  
    1 /* $Id: win32class.cpp,v 1.5 1999-07-23 15:55:46 cbratschi Exp $ */
     1/* $Id: win32class.cpp,v 1.6 1999-08-21 12:53:28 sandervl Exp $ */
    22/*
    33 * Win32 Window Class Managment Code for OS/2
     
    2222Win32WndClass::Win32WndClass(WNDCLASSEXA *wndclass, BOOL isUnicode) : GenericObject(&wndclasses, OBJTYPE_CLASS)
    2323{
     24  this->isUnicode = isUnicode;
     25
    2426  if(HIWORD(wndclass->lpszClassName)) {
    2527        if(isUnicode) {
     
    5759  menuNameW = 0;
    5860  setMenuName((LPSTR)wndclass->lpszMenuName);
    59 
    60   this->isUnicode       = isUnicode;
    6161
    6262  dprintf(("USER32:  Win32Class ctor\n"));
Note: See TracChangeset for help on using the changeset viewer.