view gui/ui/pixmaps/sub.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 520fb0f7544c
children
line wrap: on
line source

/* XPM */
static const char * const sub_xpm[] = {
"16 16 2 1",
" 	c None",
".	c #000000",
"                ",
"                ",
"                ",
"                ",
" ... .   . ...  ",
".    .   . .  . ",
".    .   . .  . ",
" ..  .   . ...  ",
"   . .   . .  . ",
"   . .   . .  . ",
"...   ...  ...  ",
"                ",
"                ",
"                ",
"                ",
"                "};