Mercurial > pidgin
annotate pixmaps/speaker_mute.xpm @ 3616:9e776fde2fed
[gaim-migrate @ 3730]
IRC file receive support. This may be a little odd at the moment. It is also a little
spammy on the console. I did this so I could make sure things were working until I get
a GUI designed for FT stuff.
I'll try to do that tomorrow night. Could some people test this and let me know what you think.
committer: Tailor Script <tailor@pidgin.im>
author | Rob Flynn <gaim@robflynn.com> |
---|---|
date | Wed, 09 Oct 2002 06:09:10 +0000 |
parents | 59178b140529 |
children |
rev | line source |
---|---|
3301 | 1 /* XPM */ |
2 static char * speaker_mute_xpm[] = { | |
3 "17 13 17 1", | |
4 " c None", | |
5 ". c #000000", | |
6 "+ c #FF0000", | |
7 "@ c #9E9A8C", | |
8 "# c #B8B4A6", | |
9 "$ c #9B988A", | |
10 "% c #CFCCC4", | |
11 "& c #E4E2DE", | |
12 "* c #D1CFC7", | |
13 "= c #C5C2B7", | |
14 "- c #DEDCD7", | |
15 "; c #D7D5CF", | |
16 "> c #C5C1B7", | |
17 ", c #B0AC9C", | |
18 "' c #79766C", | |
19 ") c #8D8A7D", | |
20 "! c #7E7B70", | |
21 " . ", | |
22 " .. .+ ", | |
23 " .@. +++ ", | |
24 " ... .@#. +++. ", | |
25 " .$$.@%&.+++. . ", | |
26 " .*=.-;>+++ . . ", | |
27 " .,,.##+++ . . ", | |
28 " .$$.+++.. . . ", | |
29 " .''+++@. . . ", | |
30 " .++++)@. . . ", | |
31 " +++ .!. . ", | |
32 " ++ .. . ", | |
33 " . "}; |