annotate gui/ui/pixmaps/aspect235.xpm @ 33570:f4a32f67fee7
Rename some pixmaps.
List of changes:
a11 -> aspect11
a169 -> aspect169
a235 -> aspect235
a43 -> aspect43
about -> emblem
ab -> about
delsub -> nosub
eq -> equalizer
fs -> full
pl -> playlist
stop2 -> stop
tongue -> audiolang
tonguebla -> sublang
author |
ib |
date |
Sun, 19 Jun 2011 13:01:20 +0000 |
parents |
|
children |
7139c58dc1ed |
rev |
line source |
33570
|
1 /* XPM */
|
|
2 static const char * const aspect235_xpm[] = {
|
|
3 "18 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 " "};
|