kicad-source/bitmaps/Lang_Ru.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_ru_xpm[];
#else
const char * lang_ru_xpm[] = {
"16 16 5 1",
" c None",
". c #000000",
"@ c #FFFFFF",
"# c #1000FF",
"+ c #C00000",
" ",
" ",
".............. ",
".@@@@@@@@@@@@. ",
".@@@@@@@@@@@@. ",
".@@@@@@@@@@@@. ",
".############. ",
".############. ",
".############. ",
".++++++++++++. ",
".++++++++++++. ",
".++++++++++++. ",
".............. ",
" ",
" ",
" "};
#endif