view gui/ui/pixmaps/chapter.xpm @ 34615:306ee51a2fa0

Deduplicate some code that exists both in the if and else branch.
author reimar
date Sun, 12 Feb 2012 19:27:35 +0000
parents 520fb0f7544c
children
line wrap: on
line source

/* XPM */
static const char * const chapter_xpm[] = {
"16 16 4 1",
" 	c None",
".	c #000000",
"+	c #FFFFFF",
"@	c #CD0909",
"  ..            ",
" .++.           ",
".++++.          ",
".++++.  .    .  ",
" .++.  .@.  .@. ",
"  ..  .@@@..@@@.",
"       .@.  .@. ",
"        .    .  ",
"  ..            ",
" .++.           ",
".++++.          ",
".++++.  .    .  ",
" .++.  .@.  .@. ",
"  ..  .@@@..@@@.",
"       .@.  .@. ",
"        .    .  "};