aboutsummaryrefslogtreecommitdiffstats
path: root/image/wsiconcap16.xpm
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2006-11-13 01:15:56 +0000
committerGerald Combs <gerald@wireshark.org>2006-11-13 01:15:56 +0000
commit300053d80070e2c88e5acf84bfc2bd4356855fd5 (patch)
treef7bb0cbf3c2166817e3d8b457627ea0bd517e92a /image/wsiconcap16.xpm
parenta54a816f92eaf283dc48a22abc6b4788e7ad0ae6 (diff)
Set a transparency threshold for the XPM icons. Have the make-icons script
constify the XPMs. svn path=/trunk/; revision=19883
Diffstat (limited to 'image/wsiconcap16.xpm')
-rw-r--r--image/wsiconcap16.xpm7
1 files changed, 4 insertions, 3 deletions
diff --git a/image/wsiconcap16.xpm b/image/wsiconcap16.xpm
index 43454a62bf..669174099d 100644
--- a/image/wsiconcap16.xpm
+++ b/image/wsiconcap16.xpm
@@ -1,7 +1,7 @@
/* XPM */
static const char *wsiconcap16_xpm[] = {
/* columns rows colors chars-per-pixel */
-"16 16 195 2",
+"16 16 196 2",
" c #020500",
". c #0F120E",
"X c #0A1803",
@@ -197,8 +197,9 @@ static const char *wsiconcap16_xpm[] = {
"$X c #A4CD92",
"%X c #A7CC95",
"&X c #A8CB96",
+"*X c None",
/* pixels */
-"$ k `.].[.[. X X X}.{.'.s.a.j . ",
+"*Xk `.].[.[. X X X}.{.'.s.a.j *X",
"# d.&X%X$X$X@X+XOXoX_.).(./.i.+ ",
"& Y p.f.^.~.!.Q.W.E.U.I.u.5.R & ",
"& G _ 5.9.t.z.C.4.m f f &.%.( - ",
@@ -213,5 +214,5 @@ static const char *wsiconcap16_xpm[] = {
"@ b n M W #.6.8.6.6.6.W N M b @ ",
"& Y R R _ _ [ } %.%.[ _ _ R R = ",
"O n G G G G K K K K Y F D D n + ",
-" O & & & & - & & & & & & & O "
+"*XO & & & & - & & & & & & & O *X"
};