Mercurial > mplayer.hg
annotate Gui/mplayer/pixmaps/dolby.xpm @ 20285:9ec1f7cffb3e
more updates on chinese translation
patch by Sheldon Jin (jinsh2 yahoo com)
author | kraymer |
---|---|
date | Wed, 18 Oct 2006 00:29:41 +0000 |
parents | 518b5935a909 |
children |
rev | line source |
---|---|
13852 | 1 /* XPM */ |
18773
518b5935a909
Make most of the xpm-files read 'const char*' instead of 'char*'
diego
parents:
13852
diff
changeset
|
2 static const char * dolby_xpm[] = { |
13852 | 3 "16 11 9 1", |
4 " c None", | |
5 ". c #000000", | |
6 "+ c #C3C828", | |
7 "@ c #BCBF27", | |
8 "# c #DBE82C", | |
9 "$ c #B5B626", | |
10 "% c #CAD229", | |
11 "& c #CDD62A", | |
12 "* c #C6CD29", | |
13 "................", | |
14 ".+@@###..###@@+.", | |
15 ".$...%#..#%...$.", | |
16 ".$....#..#....$.", | |
17 ".$....&..&....$.", | |
18 ".$....&..&....$.", | |
19 ".$....&..&....$.", | |
20 ".$....#..#....$.", | |
21 ".$...%#..#%...$.", | |
22 ".+@@*##..##*@@+.", | |
23 "................"}; |