annotate pixmaps/bsmile.xpm @ 5519:42a20beb80a7
[gaim-migrate @ 5919]
Fixed up the e-mail notification. It doesn't do everything we have the
capability to do, but I have no way of testing, nor the desire.
Theoretically, somebody could write a plugin to replace this and have some
kind of mail inbox thing :)
committer: Tailor Script <tailor@pidgin.im>
author |
Christian Hammond <chipx86@chipx86.com> |
date |
Mon, 26 May 2003 00:51:23 +0000 |
parents |
230b022108f4 |
children |
|
rev |
line source |
500
|
1 /* XPM */
|
|
2 static char * bsmile_xpm[] = {
|
|
3 "15 15 7 1",
|
|
4 " c None",
|
|
5 ". c #000000",
|
|
6 "+ c #CCCC00",
|
|
7 "@ c #FFFF00",
|
|
8 "# c #666600",
|
|
9 "$ c #999900",
|
|
10 "% c #FF3300",
|
|
11 " ......... ",
|
|
12 " .@@@@@@@@@. ",
|
|
13 " .@@@@@@@@@@@. ",
|
|
14 ".@@@.@@@@@.@@@.",
|
|
15 ".@@...@@@...@@.",
|
|
16 ".@@...@@@...@@.",
|
|
17 ".@@@.@@@@@.@@@.",
|
|
18 ".@@@@@@@@@@@@@.",
|
|
19 ".@@@@@@@@@@@@@.",
|
|
20 ".@@.+@@@@@+.@@.",
|
|
21 ".@@@.@@@@@.@@@.",
|
|
22 ".@@@.%%%%%.@@@.",
|
|
23 " .@@@.....@@@. ",
|
|
24 " .@@@@@@@@@. ",
|
|
25 " ......... "};
|