Mercurial > pidgin.yaz
view pixmaps/link.xpm @ 342:f4fba304b236
[gaim-migrate @ 352]
More changes to the applet: tooltips are set different, and choosing "Signon"
from the right-click menu actually tries to sign you on, as opposed to just
bringing up the login window.
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Wed, 07 Jun 2000 01:50:55 +0000 |
parents | 2846a03bda67 |
children | d27235dafd16 |
line wrap: on
line source
/* Cute little link :) */ static char *link_xpm[] = { /* columns rows colors chars-per-pixel */ "14 14 5 1", " c #2f2f60", ". c #6060cf", "X c None", "o c #cfcfff", "O c Gray100", /* pixels */ "XXXXXXXXXXX X", "XXXXXXXXXX oO ", "XXXXXX oO. ", "XXXXX oO oO. X", "XXXX oO oO. XX", "XXX oO .. XX", "XX oO XX o XX", "X oO XXO oO XX", "X O XO oO XXX", "X oX oO XXXX", "X oO. oO XXXXX", " oO. oO XXXXXX", " O. XXXXXXX", " XXXXXXXXXXX" };