Changeset 3488 for trunk/src/user32/win32dlg.cpp
- Timestamp:
- May 3, 2000, 8:35:56 PM (25 years ago)
- File:
-
- 1 edited
-
trunk/src/user32/win32dlg.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32dlg.cpp
r3482 r3488 1 /* $Id: win32dlg.cpp,v 1.4 8 2000-05-02 20:50:51sandervl Exp $ */1 /* $Id: win32dlg.cpp,v 1.49 2000-05-03 18:35:53 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Dialog Code for OS/2 … … 236 236 /* Send initialisation messages and set focus */ 237 237 hwndFocus = GetNextDlgTabItem( getWindowHandle(), 0, FALSE ); 238 dprintf(("dlg ctor: GetNextDlgTabItem returned %x, capture hwnd = %x", hwndFocus, GetCapture())); 238 239 239 240 HWND hwndPreInitFocus = GetFocus();
Note:
See TracChangeset
for help on using the changeset viewer.
