wireshark/image/expert_none.xpm
Stephen Fisher 75fc454c1c Make expert xpm strings const to avoid warning/error on Unix
svn path=/trunk/; revision=24863
2008-04-09 06:07:06 +00:00

20 lines
364 B
C

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