view gui/ui/pixmaps/open2.xpm @ 34332:18b362493e28

Add evSetSubtitle event to the Win32 GUI. Although it doesn't exist in the Win32 GUI it should be defined as it is in the X11/GTK GUI. Additionally, move evPlayCD (currently only existing in the Win32 GUI) to the user event definitions.
author ib
date Fri, 09 Dec 2011 13:14:23 +0000
parents 052789583781
children
line wrap: on
line source

/* XPM */
static const char * const open2_xpm[] = {
	"16 16 4 1",
	"       c None s None",
	".      c black",
	"X      c #808080",
	"o      c white",
	"                ",
	"  ..            ",
	" .Xo.    ...    ",
	" .Xoo. ..oo.    ",
	" .Xooo.Xooo...  ",
	" .Xooo.oooo.X.  ",
	" .Xooo.Xooo.X.  ",
	" .Xooo.oooo.X.  ",
	" .Xooo.Xooo.X.  ",
	" .Xooo.oooo.X.  ",
	"  .Xoo.Xoo..X.  ",
	"   .Xo.o..ooX.  ",
	"    .X..XXXXX.  ",
	"    ..X.......  ",
	"     ..         ",
	"                "};