From: <kr_...@us...> - 2003-03-03 11:20:30
|
Update of /cvsroot/htoolkit/port/src/cbits/Win32 In directory sc8-pr-cvs1:/tmp/cvs-serv6489/src/cbits/Win32 Modified Files: Window.c Log Message: Use gAppName as title for MDI child windows Index: Window.c =================================================================== RCS file: /cvsroot/htoolkit/port/src/cbits/Win32/Window.c,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** Window.c 3 Mar 2003 00:45:14 -0000 1.7 --- Window.c 3 Mar 2003 11:20:21 -0000 1.8 *************** *** 805,809 **** /* fill the MDICREATESTRUCT record */ mdicreate.szClass = "HMDIWINDOW"; ! mdicreate.szTitle = ""; mdicreate.hOwner = ghModule; mdicreate.x = 0; --- 805,809 ---- /* fill the MDICREATESTRUCT record */ mdicreate.szClass = "HMDIWINDOW"; ! mdicreate.szTitle = gAppName; mdicreate.hOwner = ghModule; mdicreate.x = 0; |