From: <kr_...@us...> - 2003-05-01 20:35:35
|
Update of /cvsroot/htoolkit/port/src/cbits/Win32 In directory sc8-pr-cvs1:/tmp/cvs-serv6482/src/cbits/Win32 Modified Files: Window.c Log Message: bugfix Index: Window.c =================================================================== RCS file: /cvsroot/htoolkit/port/src/cbits/Win32/Window.c,v retrieving revision 1.28 retrieving revision 1.29 diff -C2 -d -r1.28 -r1.29 *** Window.c 28 Apr 2003 08:41:23 -0000 1.28 --- Window.c 1 May 2003 20:35:28 -0000 1.29 *************** *** 806,810 **** gInKey = FALSE; gCurChar = 0; ! handleDialoghDeactivate(hWnd); } else --- 806,810 ---- gInKey = FALSE; gCurChar = 0; ! handleDialogDeactivate(hWnd); } else |