Ignore:
Timestamp:
Nov 21, 1999, 6:34:11 PM (26 years ago)
Author:
achimha
Message:

fixed combo box behavior, added NULL check in Combo_HandleText

File:
1 edited

Legend:

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

    r1801 r1802  
    1 /* $Id: win32wbase.cpp,v 1.87 1999-11-21 17:07:51 cbratschi Exp $ */
     1/* $Id: win32wbase.cpp,v 1.88 1999-11-21 17:34:11 achimha Exp $ */
    22/*
    33 * Win32 Window Base Class for OS/2
     
    15171517          lstrcpyAtoW(windowNameW, windowNameA);
    15181518          wndNameLength = strlen(windowNameA)+1; //including 0 terminator
     1519          dprintf(("WM_SETTEXT of %d to %s\n", Win32Hwnd, lParam));
    15191520        } else
    15201521        {
Note: See TracChangeset for help on using the changeset viewer.