annotate gui/ui/pixmaps/subtitle.xpm @ 35073:cae3fc699368

Merge declaration and initialization.
author reimar
date Tue, 11 Sep 2012 21:23:00 +0000
parents 6a6b32a9b6b1
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
34903
6a6b32a9b6b1 Add an icon for the subtitles menu.
ib
parents:
diff changeset
1 /* XPM */
6a6b32a9b6b1 Add an icon for the subtitles menu.
ib
parents:
diff changeset
2 static const char *const subtitle_xpm[] = {
6a6b32a9b6b1 Add an icon for the subtitles menu.
ib
parents:
diff changeset
3 "16 16 3 1 0 0",
6a6b32a9b6b1 Add an icon for the subtitles menu.
ib
parents:
diff changeset
4 " c #000000",
6a6b32a9b6b1 Add an icon for the subtitles menu.
ib
parents:
diff changeset
5 "! c #FFFFFF",
6a6b32a9b6b1 Add an icon for the subtitles menu.
ib
parents:
diff changeset
6 "# c None",
6a6b32a9b6b1 Add an icon for the subtitles menu.
ib
parents:
diff changeset
7 "################",
6a6b32a9b6b1 Add an icon for the subtitles menu.
ib
parents:
diff changeset
8 "################",
6a6b32a9b6b1 Add an icon for the subtitles menu.
ib
parents:
diff changeset
9 "## #",
6a6b32a9b6b1 Add an icon for the subtitles menu.
ib
parents:
diff changeset
10 "# !!!!!!!!!!! ",
6a6b32a9b6b1 Add an icon for the subtitles menu.
ib
parents:
diff changeset
11 "# ! ! ",
6a6b32a9b6b1 Add an icon for the subtitles menu.
ib
parents:
diff changeset
12 "# ! ! ",
6a6b32a9b6b1 Add an icon for the subtitles menu.
ib
parents:
diff changeset
13 "# ! ! ",
6a6b32a9b6b1 Add an icon for the subtitles menu.
ib
parents:
diff changeset
14 "# ! ! ",
6a6b32a9b6b1 Add an icon for the subtitles menu.
ib
parents:
diff changeset
15 "# ! !!! !! !! ! ",
6a6b32a9b6b1 Add an icon for the subtitles menu.
ib
parents:
diff changeset
16 "# ! ! ",
6a6b32a9b6b1 Add an icon for the subtitles menu.
ib
parents:
diff changeset
17 "# ! !! !!! !! ! ",
6a6b32a9b6b1 Add an icon for the subtitles menu.
ib
parents:
diff changeset
18 "# ! ! ",
6a6b32a9b6b1 Add an icon for the subtitles menu.
ib
parents:
diff changeset
19 "# !!!!!!!!!!! ",
6a6b32a9b6b1 Add an icon for the subtitles menu.
ib
parents:
diff changeset
20 "## #",
6a6b32a9b6b1 Add an icon for the subtitles menu.
ib
parents:
diff changeset
21 "################",
6a6b32a9b6b1 Add an icon for the subtitles menu.
ib
parents:
diff changeset
22 "################"
6a6b32a9b6b1 Add an icon for the subtitles menu.
ib
parents:
diff changeset
23 };