annotate pixmaps/dt_icon.xpm @ 1435:f16e17d42b43
[gaim-migrate @ 1445]
correction time is done again, for protocols that need it (which are only the AIM protocols so far)
committer: Tailor Script <tailor@pidgin.im>
author |
Eric Warmenhoven <eric@warmenhoven.org> |
date |
Sun, 28 Jan 2001 09:16:50 +0000 |
parents |
2846a03bda67 |
children |
ca040e495bc6 |
rev |
line source |
1
|
1 /* XPM */
|
|
2 static char * dt_icon_xpm[] = {
|
|
3 /* width height num_colors chars_per_pixel */
|
|
4 "12 12 3 1",
|
|
5 /* colors */
|
|
6 " c None",
|
|
7 ". c #336699",
|
|
8 "X c #9999ff",
|
|
9 /* pixels */
|
|
10 " ",
|
|
11 " ",
|
|
12 " .......... ",
|
|
13 " .XXXXXXXX. ",
|
|
14 " .XXXXXXXX. ",
|
|
15 " .XXXXXX. ",
|
|
16 " .XXXXXX. ",
|
|
17 " .XXXXXXXX. ",
|
|
18 " .XXXXXXXX. ",
|
|
19 " .......... ",
|
|
20 " ",
|
|
21 " "};
|