Changeset 1063 for trunk/src/user32/win32dlg.cpp
- Timestamp:
- Sep 26, 1999, 4:44:58 PM (26 years ago)
- File:
-
- 1 edited
-
trunk/src/user32/win32dlg.cpp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32dlg.cpp
r1060 r1063 1 /* $Id: win32dlg.cpp,v 1. 4 1999-09-26 11:09:39sandervl Exp $ */1 /* $Id: win32dlg.cpp,v 1.5 1999-09-26 14:44:58 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Dialog Code for OS/2 … … 192 192 193 193 /* Create controls */ 194 //testesteest195 194 if (createControls(dlgTemplate, hInst)) 196 195 { … … 198 197 hwndFocus = GetNextDlgTabItem( getWindowHandle(), 0, FALSE ); 199 198 200 #if 1201 //TODO: SetFocus call messes things up202 SendMessageA(WM_INITDIALOG, (WPARAM)hwndFocus, param);203 #else204 199 if (SendMessageA(WM_INITDIALOG, (WPARAM)hwndFocus, param )) 205 200 SetFocus(hwndFocus); 206 #endif 201 207 202 if (dlgInfo.style & WS_VISIBLE && !(getStyle() & WS_VISIBLE)) 208 203 {
Note:
See TracChangeset
for help on using the changeset viewer.
