Changeset 1265 for trunk/src/user32/win32dlg.cpp
- Timestamp:
- Oct 13, 1999, 4:24:49 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32dlg.cpp
r1263 r1265 1 /* $Id: win32dlg.cpp,v 1.1 2 1999-10-12 20:16:23sandervl Exp $ */1 /* $Id: win32dlg.cpp,v 1.13 1999-10-13 14:24:26 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Dialog Code for OS/2 … … 1170 1170 //****************************************************************************** 1171 1171 BOOL Win32Dialog::fInitialized = FALSE; 1172 int Win32Dialog::xBaseUnit = 0;1173 int Win32Dialog::yBaseUnit = 0;1172 int Win32Dialog::xBaseUnit = 10; 1173 int Win32Dialog::yBaseUnit = 20;
Note:
See TracChangeset
for help on using the changeset viewer.