aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2002-04-08 02:18:14 +0000
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2002-04-08 02:18:14 +0000
commit0adfa713a77506e1563e53ce1d96cc22716eeb97 (patch)
treecdd02572a12707e193392ee1fc8605c56def0b18
parent8d5ed65ad8b7559d51167fced45d9ae4f8cc295e (diff)
Fix the transparency on each 16-color image in ethereal.ico.
Add our own checkbox images to the NSIS installer. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@5121 f5534014-38df-0310-8fa8-9805f1628bb7
-rw-r--r--image/ethereal.icobin4710 -> 4710 bytes
-rw-r--r--image/nsis-checked.bmpbin0 -> 358 bytes
-rw-r--r--image/nsis-unchecked.bmpbin0 -> 358 bytes
-rw-r--r--packaging/nsis/ethereal.nsi.in6
4 files changed, 5 insertions, 1 deletions
diff --git a/image/ethereal.ico b/image/ethereal.ico
index c57452f42d..e495d33fda 100644
--- a/image/ethereal.ico
+++ b/image/ethereal.ico
Binary files differ
diff --git a/image/nsis-checked.bmp b/image/nsis-checked.bmp
new file mode 100644
index 0000000000..2e7baa702f
--- /dev/null
+++ b/image/nsis-checked.bmp
Binary files differ
diff --git a/image/nsis-unchecked.bmp b/image/nsis-unchecked.bmp
new file mode 100644
index 0000000000..f04e18398a
--- /dev/null
+++ b/image/nsis-unchecked.bmp
Binary files differ
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
; ============================================================================