Mercurial > mplayer.hg
annotate Gui/mplayer/pixmaps/aspect.xpm @ 16997:c1a271b1cfb3
spelling/grammar
author | diego |
---|---|
date | Thu, 17 Nov 2005 00:47:25 +0000 |
parents | be3261b2bcf4 |
children | 518b5935a909 |
rev | line source |
---|---|
13852 | 1 /* XPM */ |
2 static char * aspect_xpm[] = { | |
3 "16 16 3 1", | |
4 " c None", | |
5 ". c #000000", | |
6 "+ c #FFFFFF", | |
7 " ", | |
8 " ", | |
9 " ............. ", | |
10 " .+++++++++++++.", | |
11 " .+....+...+..+.", | |
12 " .++++++...+..+.", | |
13 " .+........+..+.", | |
14 " .+........+..+.", | |
15 " .+........+..+.", | |
16 " .++++++++++..+.", | |
17 " .+...........+.", | |
18 " .+...........+.", | |
19 " .+++++++++++++.", | |
20 " ............. ", | |
21 " ", | |
22 " "}; |