Changeset 1194 for trunk/src/user32/win32dlg.cpp
- Timestamp:
- Oct 8, 1999, 8:39:35 PM (26 years ago)
- File:
-
- 1 edited
-
trunk/src/user32/win32dlg.cpp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32dlg.cpp
r1126 r1194 1 /* $Id: win32dlg.cpp,v 1. 7 1999-10-04 18:32:50sandervl Exp $ */1 /* $Id: win32dlg.cpp,v 1.8 1999-10-08 18:39:34 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Dialog Code for OS/2 … … 195 195 if (createControls(dlgTemplate, hInst)) 196 196 { 197 dprintf(("********* DIALOG CONTROLS CREATED ************")); 197 198 /* Send initialisation messages and set focus */ 198 199 hwndFocus = GetNextDlgTabItem( getWindowHandle(), 0, FALSE ); … … 210 211 return; 211 212 } 213 dprintf(("********* DIALOG CREATION FAILED! ************")); 212 214 DestroyWindow(); 213 215 }
Note:
See TracChangeset
for help on using the changeset viewer.
