Update of /cvsroot/wpdev/wolfpack
In directory sc8-pr-cvs1:/tmp/cvs-serv9537
Modified Files:
console_win.cpp res.rc resource.h
Log Message:
Resource Changes.
Index: console_win.cpp
===================================================================
RCS file: /cvsroot/wpdev/wolfpack/console_win.cpp,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** console_win.cpp 25 Sep 2003 03:05:58 -0000 1.12
--- console_win.cpp 7 Oct 2003 23:57:24 -0000 1.13
***************
*** 320,324 ****
wpClass.hInstance = hInstance;
wpClass.lpfnWndProc = wpWindowProc;
! wpClass.hIcon = LoadIcon( hInstance, MAKEINTRESOURCE( IDI_ICON2 ) );
wpClass.hbrBackground = GetSysColorBrush( COLOR_BTNFACE );
wpClass.lpszClassName = WOLFPACK_CLASS;
--- 320,324 ----
wpClass.hInstance = hInstance;
wpClass.lpfnWndProc = wpWindowProc;
! wpClass.hIcon = LoadIcon( hInstance, MAKEINTRESOURCE( IDI_ICON1 ) );
wpClass.hbrBackground = GetSysColorBrush( COLOR_BTNFACE );
wpClass.lpszClassName = WOLFPACK_CLASS;
Index: res.rc
===================================================================
RCS file: /cvsroot/wpdev/wolfpack/res.rc,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** res.rc 15 Sep 2003 19:56:23 -0000 1.16
--- res.rc 7 Oct 2003 23:57:24 -0000 1.17
***************
*** 61,65 ****
// Icon with lowest ID value placed first to ensure application icon
// remains consistent on all systems.
! IDI_ICON2 ICON DISCARDABLE "icon2.ico"
#ifdef APSTUDIO_INVOKED
--- 61,67 ----
// Icon with lowest ID value placed first to ensure application icon
// remains consistent on all systems.
! IDI_ICON1 ICON DISCARDABLE "icon2.ico"
!
! IDB_LOGO BITMAP DISCARDABLE "logo.bmp"
#ifdef APSTUDIO_INVOKED
Index: resource.h
===================================================================
RCS file: /cvsroot/wpdev/wolfpack/resource.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** resource.h 6 Feb 2003 09:27:24 -0000 1.8
--- resource.h 7 Oct 2003 23:57:24 -0000 1.9
***************
*** 4,8 ****
//
#define IDI_ICON1 101
! #define IDI_ICON2 103
// Next default values for new objects
--- 4,8 ----
//
#define IDI_ICON1 101
! #define IDB_LOGO 102
// Next default values for new objects
|