annotate pixmaps/login_icon.xpm @ 4024:c97789bb4bbc
[gaim-migrate @ 4226]
spelling fixes from John B. Silvestri. quoth he: While looking through the
.todo (the web version, actually) for something, my cable modem chose to drop
my connection. In a fit of boredom, I've gone ahead and proofread the todo for
typos. I could have gone crazy and capitalized the first letter of every
sentence, but I was not that bored :-). These are just a few little typos. For
some reason, I have a knack at spotting these things, and somehow it just seems
better to have it right, even for developers :). [Added note: It later
occurred to me to run the .todo through a spellchecker, which caught about
twice as many new typos as my eyes caught - hint: "I before E, except after C,
and a few odd cases (their, weigh, etc.).]
committer: Tailor Script <tailor@pidgin.im>
author |
Luke Schierer <lschiere@pidgin.im> |
date |
Sat, 30 Nov 2002 19:09:22 +0000 |
parents |
2846a03bda67 |
children |
|
rev |
line source |
1
|
1 /* XPM */
|
|
2 static char * login_icon_xpm[] = {
|
|
3 /* width height num_colors chars_per_pixel */
|
|
4 "12 12 14 1",
|
|
5 /* colors */
|
|
6 " c None",
|
|
7 ". c #ccccff",
|
|
8 "X c #6699cc",
|
|
9 "o c #336699",
|
|
10 "O c #000099",
|
|
11 "+ c #000066",
|
|
12 "@ c #cccccc",
|
|
13 "# c black",
|
|
14 "$ c #999966",
|
|
15 "% c #ffff66",
|
|
16 "& c #cccc99",
|
|
17 "* c #996666",
|
|
18 "= c #999999",
|
|
19 "- c #666699",
|
|
20 /* pixels */
|
|
21 " .XoO",
|
|
22 " OO+O+OOX.@+",
|
|
23 " O#$%$#O .&+",
|
|
24 " +#%%%#+ .@O",
|
|
25 " O#$%*#O .&O",
|
|
26 " O%%%%%O =@O",
|
|
27 " +%%%%%+ #-+",
|
|
28 " O$%%%$O $@O",
|
|
29 " +#%%%#+ .&+",
|
|
30 " O#%%%#O .@O",
|
|
31 "OOO+O+OOX.&+",
|
|
32 " XoO"};
|