aboutsummaryrefslogtreecommitdiffstats
path: root/image
diff options
context:
space:
mode:
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2005-04-17 21:38:52 +0000
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2005-04-17 21:38:52 +0000
commitd54643685527ff1dff73406aa04cff98a13deac0 (patch)
treeb55a84f321fdf291c421dd018b763c6ed1012f35 /image
parent9192061324e2cf1c6e1f478e40fd3e7d42993647 (diff)
add "Decode As" and "Checkbox" (Enabled Protocols) Icons
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@14116 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'image')
-rw-r--r--image/toolbar/checkbox_16.xpm44
-rw-r--r--image/toolbar/decode_as_16.xpm25
2 files changed, 69 insertions, 0 deletions
diff --git a/image/toolbar/checkbox_16.xpm b/image/toolbar/checkbox_16.xpm
new file mode 100644
index 0000000000..c9805097b9
--- /dev/null
+++ b/image/toolbar/checkbox_16.xpm
@@ -0,0 +1,44 @@
+/* XPM */
+static char * checkbox_16_xpm[] = {
+"16 16 25 1",
+" c None",
+". c #9D9D9D",
+"+ c #E0E0E0",
+"@ c #DADADA",
+"# c #F4F4F4",
+"$ c #DBDBDB",
+"% c #FFFFFF",
+"& c #818181",
+"* c #424242",
+"= c #737373",
+"- c #C1C1C1",
+"; c #000000",
+"> c #B2B2B2",
+", c #6C6C6C",
+"' c #909090",
+") c #C8C8C8",
+"! c #7D7D7D",
+"~ c #A4A4A4",
+"{ c #1E1E1E",
+"] c #BEBEBE",
+"^ c #676767",
+"/ c #121212",
+"( c #444444",
+"_ c #DDDDDD",
+": c #8A8A8A",
+" ",
+" ",
+" ........... ",
+" .++++++++++@. ",
+" .+########$%. ",
+" .+#######&*%. ",
+" .+######=*-%. ",
+" .+#####=;>#%. ",
+" .+#,'#);=##%. ",
+" .+!;;~*{]##%. ",
+" .+#^/;;(###%. ",
+" .+#_~/;:###%. ",
+" .+###'*@###%. ",
+" .@%%%%%%%%%%. ",
+" ........... ",
+" "};
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",
+" .. ",
+".+@. ... ",
+".#$...... ++@.",
+" .. . ##$.",
+" . ... ",
+" . ",
+" . ... ",
+" ..... ++@.",
+" . ##$.",
+" . ... ",
+" . .. ",
+" . .... ... ",
+" ........++@.",
+" ... ##$.",
+" .. ... ",
+" "};