annotate pixmaps/protocols/icq/gnomeicu-na.xpm @ 5702:05858c215226
[gaim-migrate @ 6123]
Users should be able to register accounts for protocols that support it in
the dialog (currently only Jabber I believe?)
committer: Tailor Script <tailor@pidgin.im>
author |
Christian Hammond <chipx86@chipx86.com> |
date |
Tue, 03 Jun 2003 09:39:17 +0000 |
parents |
f4f5eb78a201 |
children |
|
rev |
line source |
3581
|
1 /* XPM */
|
|
2 static char * icon_na_xpm[] = {
|
|
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 " .. .. "};
|