lyx_mirror/images/style.xpm
Georg Baum be60d7c965 * Makefile.am: add new icon
* images/style.xpm: fix name for xforms and gtk


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13556 a592a061-630c-0410-9148-cb99ea01b6c8
2006-04-05 14:56:07 +00:00

27 lines
582 B
C

/* XPM */
static char const * style_xpm[] = {
"20 20 3 1",
" c None",
". c #0000FF",
"+ c #000000",
" ",
" ",
" .......... ++++++ ",
" .......... ++++++ ",
" .. . ++ ++ ",
" .. ++ ++ ",
" .. ++++++ ",
" .. ++++++ ",
" .. ",
" .. ",
" .. ",
" .. ",
" .. ++++++ ",
" .. ++++++ ",
" .. ++ ++ ",
" .. . ++ ++ ",
" .......... ++++++ ",
" .......... ++++++ ",
" ",
" "};