Mercurial > pidgin
annotate pixmaps/tb_redo.xpm @ 4242:cf19d8102b34
[gaim-migrate @ 4492]
John B. Silvestri (silvestrij) writes:
"This adds a --longhelp (-H) option to gaim-remote, which details its
usage (aim?goim,gochat, and addbuddy)."
he further writes:
"Now follows Sean's request of being `gaim-remote
-h uri` or `gaim-remote --help uri`
This is version 3.11.\n"), name);
luke writes that this patch is needed because _i_ can't remember how to use
the gaim-remote stuff, much less help others to do so, and what use is a
gaim-remote that only 2 people know how to use?
committer: Tailor Script <tailor@pidgin.im>
author | Luke Schierer <lschiere@pidgin.im> |
---|---|
date | Wed, 08 Jan 2003 04:00:29 +0000 |
parents | 6f049002d963 |
children |
rev | line source |
---|---|
2008 | 1 /* XPM */ |
2 static char * tb_redo_xpm[] = { | |
3 "24 24 8 1", | |
4 " c None", | |
5 ". c #000000", | |
6 "+ c #4C603C", | |
7 "@ c #566B43", | |
8 "# c #445636", | |
9 "$ c #526741", | |
10 "% c #5A7046", | |
11 "& c #37452B", | |
12 " ", | |
13 " ", | |
14 " ", | |
15 " ", | |
16 " ", | |
17 " ", | |
18 " . ", | |
19 " .. ", | |
20 " ...+@. ", | |
21 " ..#+$$%$. ", | |
22 " .##...$@. ", | |
23 " .&. .. ", | |
24 " .&. . ", | |
25 " .. ", | |
26 " .. ", | |
27 " . ", | |
28 " . ", | |
29 " ", | |
30 " ", | |
31 " ", | |
32 " ", | |
33 " ", | |
34 " ", | |
35 " "}; |