Mercurial > pidgin
annotate pixmaps/ok.xpm @ 5034:4691c5936c01
[gaim-migrate @ 5377]
More to recompile!
Put some special Doxygen group tags in the documentation. I'm basically
organizing it so when you do a make docs, you get a little Modules page
showing "Gaim Core" and "GTK+ User Interface." This should make it easy for
us to show which files belong in either category for now.
This is kind of in preparation for all the core/ui split stuff I hope to
start soon.
committer: Tailor Script <tailor@pidgin.im>
author | Christian Hammond <chipx86@chipx86.com> |
---|---|
date | Sat, 05 Apr 2003 10:45:32 +0000 |
parents | a86882c351f0 |
children |
rev | line source |
---|---|
443 | 1 /* XPM */ |
2 static char * ok_xpm[] = { | |
3 "24 24 18 1", | |
4 " c None", | |
5 ". c #000000", | |
6 "+ c #B3C2A7", | |
7 "@ c #708C58", | |
8 "# c #859D71", | |
9 "$ c #627B4D", | |
10 "% c #97AB86", | |
11 "& c #566C43", | |
12 "* c #A2BD9E", | |
13 "= c #789774", | |
14 "- c #88AC84", | |
15 "; c #5E764A", | |
16 "> c #698566", | |
17 ", c #6D8855", | |
18 "' c #688251", | |
19 ") c #668050", | |
20 "! c #6D8956", | |
21 "~ c #4F633E", | |
22 " ", | |
23 " ", | |
24 " ", | |
25 " ", | |
26 " ", | |
27 " ", | |
28 " .. ", | |
29 " .+@. ", | |
30 " .#$. ", | |
31 " .%@. ", | |
32 " .. .#&. ", | |
33 " .*=. .#@. ", | |
34 " .--.. .@&. ", | |
35 " .-=..;@. ", | |
36 " .-->.,&. ", | |
37 " .--'). ", | |
38 " .-!~. ", | |
39 " .--. ", | |
40 " .>. ", | |
41 " . ", | |
42 " ", | |
43 " ", | |
44 " ", | |
45 " "}; |