Add missing Lang_Jp.xpm.

This commit is contained in:
Marco Mattila 2011-01-16 23:26:44 +02:00
parent 4a11862e0b
commit e7a75e0edc
1 changed files with 28 additions and 0 deletions

28
bitmaps/Lang_Jp.xpm Normal file
View File

@ -0,0 +1,28 @@
/* XPM */
#ifndef XPMMAIN
extern const char *lang_jp_xpm[];
#else
const char * lang_jp_xpm[] = {
"16 16 4 1",
" c None",
"# c #FFFFFF",
"@ c #BE0027",
": c #DEAAC7",
" ",
" ",
" ",
"################",
"################",
"######:@@:######",
"#####:@@@@:#####",
"#####@@@@@@#####",
"#####@@@@@@#####",
"#####:@@@@:#####",
"######:@@:######",
"################",
"################",
" ",
" ",
" "};
#endif