annotate pixmaps/protocols/irc/irc_icon.xpm @ 6009:5cd7a10c6ade
[gaim-migrate @ 6457]
Renamed setup_stock() to gaim_gtk_stock_init(), to be more compliant with
the rest of the naming schemes. We now initialize it before registering the
debug stuff, so the debug window can use our stock icons. Also, added a
Pause stock icon, and used it in the debug window.
committer: Tailor Script <tailor@pidgin.im>
author |
Christian Hammond <chipx86@chipx86.com> |
date |
Fri, 04 Jul 2003 00:04:07 +0000 |
parents |
f4f5eb78a201 |
children |
|
rev |
line source |
3581
|
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 " .. . .. .. "};
|