Mercurial > pidgin
annotate pixmaps/oneeye.xpm @ 3802:9bcb42faccc0
[gaim-migrate @ 3945]
Rewrote show_im_dialog and show_info_dialog.
Ported to gtkspell2. Gtkspell2 is a library available from
gtkspell.sf.net. It requires the pspell library. If you want the
"highlight misspelled words" feature to work, you must have this
library installed. If installed, configure will detect it and link
against it.
committer: Tailor Script <tailor@pidgin.im>
author | Sean Egan <seanegan@gmail.com> |
---|---|
date | Sat, 26 Oct 2002 06:41:13 +0000 |
parents | 7800445cc561 |
children |
rev | line source |
---|---|
610 | 1 /* XPM */ |
2 static char *oneeye_xpm[] = { | |
3 "19 19 6 1", | |
4 " c None", | |
5 ". c #000000", | |
6 "X c #FFFF00", | |
7 "o c #0033FF", | |
8 "0 c #FF3300", | |
9 "+ c #FFFFFF", | |
10 " ....... ", | |
11 " ..XXXXXXX.. ", | |
12 " .XXXXXXXXXXX. ", | |
13 " .XXXXXXXXXXXXX. ", | |
14 " .XXXXX.....XXXXX. ", | |
15 " .XXXX.+++++.XXXX. ", | |
16 ".XXXX.++ooo++.XXXX.", | |
17 ".XXXX.++ooo++.XXXX.", | |
18 ".XXXXX.+++++.XXXXX.", | |
19 ".XXXXXX.....XXXXXX.", | |
20 ".XXX.XXXXXXXXX.XXX.", | |
21 ".XX.XXXXXXXXXXX.XX.", | |
22 ".X.X.XXXXXXXXX.X.X.", | |
23 " .XXX.XXXXXXX.XXX. ", | |
24 " .XXXX.......XXXX. ", | |
25 " .XXX.00.00.XXX. ", | |
26 " .XXX.000.XXX. ", | |
613
7800445cc561
[gaim-migrate @ 623]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
610
diff
changeset
|
27 " ..XXXXXXX.. ", |
610 | 28 " ........ "}; |