Changeset 4434 for trunk/src/user32/win32dlg.cpp
- Timestamp:
- Oct 5, 2000, 8:37:26 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32dlg.cpp
r4188 r4434 1 /* $Id: win32dlg.cpp,v 1.5 1 2000-09-04 18:23:55sandervl Exp $ */1 /* $Id: win32dlg.cpp,v 1.52 2000-10-05 18:37:26 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Dialog Code for OS/2 … … 670 670 classNameA, 671 671 windowNameA, 672 info.style | WS_CHILD | WS_CLIPSIBLINGS,672 info.style | WS_CHILD, 673 673 info.x * xUnit / 4, 674 674 info.y * yUnit / 8,
Note:
See TracChangeset
for help on using the changeset viewer.