annotate pixmaps/smile_happy.xpm @ 3329:e099cf9a9586
[gaim-migrate @ 3347]
Chip is making a commit!
This makes the FAQ basically identical to the one on the website. I'll look
through the old version in the gaim/docs dir soon and see if some things
should be salvaged and merged into the new one and the website.
committer: Tailor Script <tailor@pidgin.im>
author |
Christian Hammond <chipx86@chipx86.com> |
date |
Thu, 20 Jun 2002 04:00:52 +0000 |
parents |
f5b199e20d12 |
children |
|
rev |
line source |
337
|
1 /* XPM */
|
|
2 static char * smile_happy_xpm[] = {
|
|
3 "20 15 3 1",
|
|
4 " c None",
|
|
5 ". c #000000",
|
|
6 "+ c #FFFF00",
|
|
7 " ...... ",
|
|
8 " ..++++.. ",
|
|
9 " ..++++++.. ",
|
|
10 " ..++++++++.. ",
|
|
11 " ..+++.++.+++.. ",
|
|
12 " .++++.++.++++. ",
|
|
13 " .++++++++++++. ",
|
|
14 " .++++++++++++. ",
|
|
15 " .+++.++++.+++. ",
|
|
16 " ..+++....+++.. ",
|
|
17 " ..++++++++.. ",
|
|
18 " ..++++++.. ",
|
|
19 " ..++++.. ",
|
|
20 " ...... ",
|
|
21 " "};
|