aboutsummaryrefslogtreecommitdiffstats
path: root/image/wsicon16.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/wsicon16.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/wsicon16.xpm')
-rw-r--r--image/wsicon16.xpm7
1 files changed, 4 insertions, 3 deletions
diff --git a/image/wsicon16.xpm b/image/wsicon16.xpm
index e528bb9fa2..a6879eff95 100644
--- a/image/wsicon16.xpm
+++ b/image/wsicon16.xpm
@@ -1,7 +1,7 @@
/* XPM */
static const char *wsicon16_xpm[] = {
/* columns rows colors chars-per-pixel */
-"16 16 200 2",
+"16 16 201 2",
" c #000305",
". c #031219",
"X c #0E1112",
@@ -202,8 +202,9 @@ static const char *wsicon16_xpm[] = {
"-X c #93BBCD",
";X c #97BBCB",
":X c #96BBCC",
+">X c None",
/* pixels */
-"@ l }. XXXOX@X#X#XoX.X|.~.| k X ",
+">Xl }. XXXOX@X#X#XoX.X|.~.| k >X",
"+ Q.;X:X:X*X*X&X%X$X{.[.].'.f.O ",
"& U f.!.!._.).`./.^.D.A.a.p.D # ",
"& S ) 1.r.j.c.M.s.Z g s 1.=.W ; ",
@@ -218,5 +219,5 @@ static const char *wsicon16_xpm[] = {
"# z v V U 1.1.6.9.9.1.W C B z # ",
"= S L L ) ..=.=.=.=.=. .) L S ; ",
"o v S S S S H T L U U H S S v o ",
-" o & & & & = = = = $ & & & o "
+">Xo & & & & = = = = $ & & & o >X"
};