Mercurial > pidgin.yaz
annotate pixmaps/irc_icon.xpm @ 3510:e23909729192
[gaim-migrate @ 3576]
A GNOME2 docklet. This follows the opendesktop.org specs used by GNOME2 and
(I think) KDE in Redhat's null (I don't think vanilla KDE supports it yet)
For GNOME--you will need to have the GNOME Panel Notification Area installed.
This replaces the applet--thanks Robert McQueen.
CVS: ----------------------------------------------------------------------
CVS: Enter Log. Lines beginning with `CVS:' are removed automatically
CVS:
CVS: Committing in .
CVS:
CVS: Modified Files:
CVS: configure.ac configure.in plugins/Makefile.am src/aim.c
CVS: src/buddy.c src/core.h src/module.c src/multi.c src/perl.c
CVS: src/server.c src/ui.h
CVS: ----------------------------------------------------------------------
committer: Tailor Script <tailor@pidgin.im>
author | Sean Egan <seanegan@gmail.com> |
---|---|
date | Sat, 14 Sep 2002 23:27:28 +0000 |
parents | 38e156136896 |
children |
rev | line source |
---|---|
2289 | 1 /* XPM */ |
2 static char * irc_icon_xpm[] = { | |
3 "12 12 11 1", | |
4 " c None", | |
5 ". c #000000", | |
6 "+ c #FF2B2B", | |
7 "@ c #FF0000", | |
8 "# c #0047E0", | |
9 "$ c #0050FF", | |
10 "% c #F2FF00", | |
11 "& c #F8FF42", | |
12 "* c #EFEF00", | |
13 "= c #003BB2", | |
14 "- c #E80000", | |
15 " ", | |
16 " ", | |
17 " ", | |
18 " .. .... .. ", | |
19 ".+@.###$..%.", | |
20 ".+@.#..$.&*.", | |
21 ".+@.##$=.&..", | |
22 ".+-.##$.&&. ", | |
23 ".+-.#$..&%..", | |
24 ".@-.#$$..%*.", | |
25 ".@-.#.$=..*.", | |
26 " .. . .. .. "}; |