diff options
author | Ulf Lamping <ulf.lamping@web.de> | 2005-04-17 21:38:52 +0000 |
---|---|---|
committer | Ulf Lamping <ulf.lamping@web.de> | 2005-04-17 21:38:52 +0000 |
commit | f315d0976ce3a633d362fbdd49f1811cf6195fcf (patch) | |
tree | b55a84f321fdf291c421dd018b763c6ed1012f35 /image/toolbar/decode_as_16.xpm | |
parent | 6dabb04f4ef081a8a2865efb0b5dced35d9401af (diff) | |
download | wireshark-f315d0976ce3a633d362fbdd49f1811cf6195fcf.tar.gz wireshark-f315d0976ce3a633d362fbdd49f1811cf6195fcf.tar.bz2 wireshark-f315d0976ce3a633d362fbdd49f1811cf6195fcf.zip |
add "Decode As" and "Checkbox" (Enabled Protocols) Icons
svn path=/trunk/; revision=14116
Diffstat (limited to 'image/toolbar/decode_as_16.xpm')
-rw-r--r-- | image/toolbar/decode_as_16.xpm | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/image/toolbar/decode_as_16.xpm b/image/toolbar/decode_as_16.xpm new file mode 100644 index 0000000000..b045610c0c --- /dev/null +++ b/image/toolbar/decode_as_16.xpm @@ -0,0 +1,25 @@ +/* XPM */ +static char * decode_as_16_xpm[] = { +"16 16 6 1", +" c None", +". c #000000", +"+ c #A3A3A3", +"@ c #D5D5D5", +"# c #C8C8C8", +"$ c #F6F6F6", +" .. ", +".+@. ... ", +".#$...... ++@.", +" .. . ##$.", +" . ... ", +" . ", +" . ... ", +" ..... ++@.", +" . ##$.", +" . ... ", +" . .. ", +" . .... ... ", +" ........++@.", +" ... ##$.", +" .. ... ", +" "}; |