comparison gui/dialog/pixmaps/dolby.xpm @ 35526:3c901704a27c

Rebuild GUI directory structure. Create new directory dialog/ and move ui/gtk/* and ui/pixmaps/ to dialog/.
author ib
date Thu, 06 Dec 2012 14:23:28 +0000
parents
children
comparison
equal deleted inserted replaced
35525:e27855a45128 35526:3c901704a27c
1 /* XPM */
2 static const char * const dolby_xpm[] = {
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 "................"};