Fix the transparency on each 16-color image in ethereal.ico.

Add our own checkbox images to the NSIS installer.

svn path=/trunk/; revision=5121
This commit is contained in:
Gerald Combs 2002-04-08 02:18:14 +00:00
parent 046fa7c6dc
commit cb7fcbe30d
4 changed files with 5 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.6 KiB

After

Width:  |  Height:  |  Size: 4.6 KiB

BIN
image/nsis-checked.bmp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 358 B

BIN
image/nsis-unchecked.bmp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 358 B

View File

@ -1,7 +1,7 @@
;
; ethereal.nsi
;
; $Id: ethereal.nsi.in,v 1.13 2002/03/20 19:45:51 gram Exp $
; $Id: ethereal.nsi.in,v 1.14 2002/04/08 02:18:14 gerald Exp $
; ============================================================================
; Header configuration
@ -29,6 +29,10 @@ LicenseData "GPL.txt"
; ============================================================================
ComponentText "The following components are available for installation."
; Component check boxes
EnabledBitmap "..\..\image\nsis-checked.bmp"
DisabledBitmap "..\..\image\nsis-unchecked.bmp"
; ============================================================================
; Directory selection page configuration
; ============================================================================