Mercurial > pidgin.yaz
annotate pixmaps/available-chat.xpm @ 2568:c2abbf94b93d
[gaim-migrate @ 2581]
I forgot to commit this file. This removes the warning when exiting.
committer: Tailor Script <tailor@pidgin.im>
author | Rob Flynn <gaim@robflynn.com> |
---|---|
date | Sun, 21 Oct 2001 19:49:20 +0000 |
parents | 6b0a7cea1dd1 |
children | c172128500ec |
rev | line source |
---|---|
1354 | 1 /* XPM */ |
2 static char * available_chat_xpm[] = { | |
3 "15 15 6 1", | |
4 " c None", | |
5 ". c #333333", | |
6 "+ c #FFFF00", | |
7 "@ c #666666", | |
8 "# c #000000", | |
9 "$ c #4C4C4C", | |
10 " ", | |
11 " ... ", | |
12 " .+++. ", | |
13 " .+++++. ", | |
14 " .++@+@++. ", | |
15 " .+@+@+@+. ", | |
16 " .+@+++### ", | |
17 " .+@+#+++# ", | |
18 " .+@#+++++# ", | |
19 " .#++#+#++#", | |
20 " .#+++++++#", | |
21 " $#++#+#++#", | |
22 " $.#++#++# ", | |
23 " ..#+++# ", | |
24 " ### "}; |