Ignore:
Timestamp:
Oct 13, 1999, 4:24:49 PM (26 years ago)
Author:
sandervl
Message:

lots of changes

File:
1 edited

Legend:

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

    r1263 r1265  
    1 /* $Id: win32dlg.cpp,v 1.12 1999-10-12 20:16:23 sandervl Exp $ */
     1/* $Id: win32dlg.cpp,v 1.13 1999-10-13 14:24:26 sandervl Exp $ */
    22/*
    33 * Win32 Dialog Code for OS/2
     
    11701170//******************************************************************************
    11711171BOOL Win32Dialog::fInitialized = FALSE;
    1172 int  Win32Dialog::xBaseUnit    = 0;
    1173 int  Win32Dialog::yBaseUnit    = 0;
     1172int  Win32Dialog::xBaseUnit    = 10;
     1173int  Win32Dialog::yBaseUnit    = 20;
Note: See TracChangeset for help on using the changeset viewer.