Ignore:
Timestamp:
Sep 14, 1999, 11:56:06 AM (26 years ago)
Author:
phaller
Message:

Fix: Typo

File:
1 edited

Legend:

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

    r899 r928  
    1 /* $Id: winmenu.cpp,v 1.5 1999-09-09 21:01:34 phaller Exp $ */
     1/* $Id: winmenu.cpp,v 1.6 1999-09-14 09:56:06 phaller Exp $ */
    22
    33/*
     
    108108    window = Win32BaseWindow::GetWindowFromHandle(hwnd);
    109109    if(!window) {
    110         dprintf(("GetMenu, window %x not found", hwnd));
     110        dprintf(("SetMenu, window %x not found", hwnd));
    111111        return 0;
    112112    }
Note: See TracChangeset for help on using the changeset viewer.