aboutsummaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2002-04-08 02:18:14 +0000
committerGerald Combs <gerald@wireshark.org>2002-04-08 02:18:14 +0000
commitcb7fcbe30d15626e7b6d0a658ff644c4606005ea (patch)
treecdd02572a12707e193392ee1fc8605c56def0b18 /packaging
parent046fa7c6dc85c530ce4e11ce06cc3f6c9f33af2f (diff)
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
Diffstat (limited to 'packaging')
-rw-r--r--packaging/nsis/ethereal.nsi.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/packaging/nsis/ethereal.nsi.in b/packaging/nsis/ethereal.nsi.in
index c95a0e3134..1dbd72f1d3 100644
--- a/packaging/nsis/ethereal.nsi.in
+++ b/packaging/nsis/ethereal.nsi.in
@@ -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
; ============================================================================