Update of /cvsroot/htoolkit/port/src/cbits/Win32
In directory sc8-pr-cvs1:/tmp/cvs-serv3404/src/cbits/Win32
Modified Files:
Window.c
Log Message:
set AppName as default title for toplevel windows.
Index: Window.c
===================================================================
RCS file: /cvsroot/htoolkit/port/src/cbits/Win32/Window.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** Window.c 10 Feb 2003 22:42:10 -0000 1.6
--- Window.c 3 Mar 2003 00:45:14 -0000 1.7
***************
*** 790,794 ****
hWnd = CreateWindow(
"HWINDOW",
! NULL,
WS_OVERLAPPEDWINDOW | WS_HSCROLL | WS_VSCROLL,
CW_USEDEFAULT,0,0,0,
--- 790,794 ----
hWnd = CreateWindow(
"HWINDOW",
! gAppName,
WS_OVERLAPPEDWINDOW | WS_HSCROLL | WS_VSCROLL,
CW_USEDEFAULT,0,0,0,
|