Mercurial > pidgin
annotate pixmaps/mrt.xpm @ 4784:b1365291f002
[gaim-migrate @ 5104]
This makes the whole get-icq-nick-on-add-buddy thing work correctly.
When I'm around Gaim... I can never think of anything to say
I can feel my heart beating
My breathing gets shallow
I'm afraid to look her in the eyes
Then she puts her hand on my arm
And I stop breathing
And I look up
And I remember why
Hmm, are we still talking about Gaim?
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Sat, 15 Mar 2003 01:07:08 +0000 |
parents | 074c31619d38 |
children |
rev | line source |
---|---|
1966 | 1 /* XPM */ |
2 static char * mrt_xpm[] = { | |
3 "18 19 5 1", | |
4 " c None", | |
5 ". c #000000", | |
6 "+ c #000008", | |
7 "@ c #FFBD00", | |
8 "# c #FFFFFF", | |
9 " ...... ", | |
10 " ..@@@@@@.. ", | |
11 " ..@..@@@@..@.. ", | |
12 " ..@..@@@@..@.. ", | |
13 " .@@.#+.@@..#+@@. ", | |
14 " ..#####..####++. ", | |
15 "..##############++", | |
16 ".+####+####+####++", | |
17 ".+####+####+##++@.", | |
18 ".@+#####++###+@@@.", | |
19 ".@@..##+@@+##+@@@.", | |
20 ".@@@@.+@@@@++@@@@.", | |
21 " .@@@@......@@@@. ", | |
22 " ..@@.@@@@@@.@... ", | |
23 " ....@....@.... ", | |
24 " ....@....@.. ", | |
25 " ...@....@.. ", | |
26 " .@@@@@@. ", | |
27 " ...... "}; |