annotate pixmaps/protocols/icq/gnomeicu-occ.xpm @ 4339:78bc4c8e4b2e
[gaim-migrate @ 4603]
The \n made it difficult to translate, so we're setting wrap on the label
now. It also caused the entire preferences dialog to be too wide for some
screens.
committer: Tailor Script <tailor@pidgin.im>
author |
Christian Hammond <chipx86@chipx86.com> |
date |
Sat, 18 Jan 2003 09:19:16 +0000 |
parents |
f4f5eb78a201 |
children |
|
rev |
line source |
3581
|
1 /* XPM */
|
|
2 static char * icon_occ_xpm[] = {
|
|
3 "12 12 7 1",
|
|
4 " c None",
|
|
5 ". c #000000",
|
|
6 "+ c #FFFFFF",
|
|
7 "@ c #808080",
|
|
8 "# c #00FC00",
|
|
9 "$ c #F8FCF8",
|
|
10 "% c #F80000",
|
|
11 " ..... ",
|
|
12 " .+.@.#. ",
|
|
13 " ...$..... ",
|
|
14 " .%%.$.%%...",
|
|
15 ".%...$....%.",
|
|
16 "..%%..$$.%. ",
|
|
17 " ....$$$$...",
|
|
18 ".+##.$..$.$.",
|
|
19 ".##..$.$$.$.",
|
|
20 " ....$...@$.",
|
|
21 " ..@$$$$..",
|
|
22 " ....... "};
|