gajim-plural/plugins/gtkgui/icons/sun/message.xpm
Yann Leboulanger 60b56d4649 Many changes :
New class and variable names
New variable fot glade file
Button in chat window instead of label
New image loader
2004-02-17 02:23:38 +00:00

21 lines
403 B
C

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