view gui/mplayer/pixmaps/empty1px.xpm @ 32955:e12d6cd72b75

Go without gtk functions. Normal string function are sufficient to handle item->text, there is no need to use gtk functions.
author ib
date Mon, 07 Mar 2011 20:27:29 +0000
parents 09c3ce60f369
children
line wrap: on
line source

/* XPM */
static const char * const empty1px_xpm[] = {
"1 1 1 1",
" 	c None",
" "};