Ignore:
Timestamp:
Nov 8, 2001, 7:32:59 PM (24 years ago)
Author:
sandervl
Message:

minor comment change

File:
1 edited

Legend:

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

    r7294 r7305  
    1 /* $Id: win32dlg.cpp,v 1.72 2001-11-07 15:36:10 sandervl Exp $ */
     1/* $Id: win32dlg.cpp,v 1.73 2001-11-08 18:32:59 sandervl Exp $ */
    22/*
    33 * Win32 Dialog Code for OS/2
     
    598598        info->exStyle = GET_DWORD(p); p += 2;
    599599    }
    600     //x & y are signed words (VirtualPC Settings dailog)
     600    //SvL: x & y are signed words!
    601601    info->x       = GET_SHORT(p); p++;
    602602    info->y       = GET_SHORT(p); p++;
Note: See TracChangeset for help on using the changeset viewer.