annotate pixmaps/gnomeicu-na.xpm @ 3019:304e8c376472
[gaim-migrate @ 3032]
When your Yahoo! contacts join or quit games, their icons will show a die, and you can choose to join them in that game through an option in the right click menu. Thanks Brian Macke!
committer: Tailor Script <tailor@pidgin.im>
author |
Sean Egan <seanegan@gmail.com> |
date |
Thu, 07 Mar 2002 07:26:12 +0000 |
parents |
3f76de1d69e1 |
children |
|
rev |
line source |
1220
|
1 /* XPM */
|
|
2 static char * icon_na_xpm[] = {
|
3015
|
3 "12 12 6 1",
|
|
4 " c None",
|
|
5 ". c #000000",
|
|
6 "+ c #FFFFFF",
|
|
7 "@ c #00FC00",
|
|
8 "# c #F80000",
|
|
9 "$ c #F8FCF8",
|
|
10 " .. .. ",
|
|
11 " .+@.+@. ",
|
|
12 " .@@.@@... ",
|
|
13 " .########@.",
|
|
14 ".#.$$.$$.$#.",
|
|
15 ".#..$.$.$.# ",
|
|
16 " #.$..$...#.",
|
|
17 ".#.$$.$.$.#.",
|
|
18 ".@########. ",
|
|
19 " ...@@.@@. ",
|
|
20 " .@@.@@. ",
|
|
21 " .. .. "};
|