kicad-source/bitmaps/Lang_Es.xpm
kajtek1 3e5a78b0d3 Moved and fixed all XPM files to /bitmaps directory.
Fixed all related files also.
2008-05-22 14:20:52 +00:00

30 lines
511 B
C

/* XPM */
#ifndef XPMMAIN
extern const char *lang_es_xpm[];
#else
const char * lang_es_xpm[] = {
"16 16 5 1",
" c None",
". c #000000",
"+ c #F00000",
"@ c #B47800",
"# c #F0F000",
" ",
" ",
".............. ",
".++++++++++++. ",
".++++++++++++. ",
".@@@@@@@@@@@@. ",
".############. ",
".############. ",
".############. ",
".@@@@@@@@@@@@. ",
".++++++++++++. ",
".++++++++++++. ",
".............. ",
" ",
" ",
" "};
#endif