New class and variable names New variable fot glade file Button in chat window instead of label New image loader
21 lines
402 B
C
21 lines
402 B
C
/* XPM */
|
|
static char * opened_xpm[] = {
|
|
"16 16 2 1",
|
|
" c None",
|
|
". c #000000",
|
|
" ... ",
|
|
" ... ",
|
|
" ... ",
|
|
" ... ",
|
|
" ... ",
|
|
" ... ",
|
|
" ... ",
|
|
" ... ",
|
|
" ... ",
|
|
" .. ... .. ",
|
|
" ... ... ... ",
|
|
" ......... ",
|
|
" ....... ",
|
|
" ..... ",
|
|
" ... ",
|
|
" . "};
|