view etc/images/smilies/forced.xpm @ 106161:0ea716305b13

gtkutil.c (xg_modify_menubar_widgets): If menubar is totally empty add a blank entry so it doesn't collapse into nothing.
author Jan Djärv <jan.h.d@swipnet.se>
date Fri, 20 Nov 2009 08:54:18 +0000
parents 210af0ad3d35
children
line wrap: on
line source

/* XPM */
static char * forced_xpm[] = {
"13 14 3 1",
" 	c None",
".	c #000000",
"+	c #FFDD00",
"   .......   ",
"  ..+++++..  ",
" .+++++++++. ",
".+++++++++++.",
".++..+++..++.",
".++..+++..++.",
".+++++++++++.",
".+++++++++++.",
".+.+++++++.+.",
".+.+++++++.+.",
".+.........+.",
".+++++++++++.",
" ...+++++... ",
"   .......   "};