Update of /cvsroot/vba/VisualBoyAdvance/src/win32
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv8936/src/win32
Modified Files:
resource.h vba.rc
Log Message:
Icon was not showed in about box.
Index: vba.rc
===================================================================
RCS file: /cvsroot/vba/VisualBoyAdvance/src/win32/vba.rc,v
retrieving revision 1.60
retrieving revision 1.61
diff -C2 -d -r1.60 -r1.61
*** vba.rc 3 Aug 2006 15:20:17 -0000 1.60
--- vba.rc 3 Aug 2006 16:52:11 -0000 1.61
***************
*** 77,81 ****
FONT 8, "MS Sans Serif", 0, 0, 0x0
BEGIN
! ICON 101,IDC_STATIC,6,6,20,20
CTEXT "VisualBoyAdvance Emulator",IDC_STATIC,30,6,120,8
CTEXT "Copyright © 2006 VBA development team",IDC_STATIC,6,36,144,8
--- 77,81 ----
FONT 8, "MS Sans Serif", 0, 0, 0x0
BEGIN
! ICON 107,IDC_STATIC,6,6,20,20
CTEXT "VisualBoyAdvance Emulator",IDC_STATIC,30,6,120,8
CTEXT "Copyright © 2006 VBA development team",IDC_STATIC,6,36,144,8
Index: resource.h
===================================================================
RCS file: /cvsroot/vba/VisualBoyAdvance/src/win32/resource.h,v
retrieving revision 1.47
retrieving revision 1.48
diff -C2 -d -r1.47 -r1.48
*** resource.h 3 Aug 2006 15:20:17 -0000 1.47
--- resource.h 3 Aug 2006 16:52:11 -0000 1.48
***************
*** 53,56 ****
--- 53,57 ----
#define IDR_ACCELERATOR 106
#define IDD_CHEATS 107
+ #define IDI_ICON 107
#define IDD_ADD_CHEAT 108
#define IDD_DIRECTORIES 109
***************
*** 758,762 ****
#define _APS_NEXT_COMMAND_VALUE 40278
#define _APS_NEXT_CONTROL_VALUE 1256
! #define _APS_NEXT_SYMED_VALUE 106
#endif
#endif
--- 759,763 ----
#define _APS_NEXT_COMMAND_VALUE 40278
#define _APS_NEXT_CONTROL_VALUE 1256
! #define _APS_NEXT_SYMED_VALUE 108
#endif
#endif
|