commit forgotten file

This commit is contained in:
jean-pierre charras 2010-04-20 19:33:07 +02:00
parent c7374713c6
commit c5e2258842
1 changed files with 38 additions and 0 deletions

38
bitmaps/online_help.xpm Normal file
View File

@ -0,0 +1,38 @@
/* XPM */
const char *online_help_xpm[] = {
/* columns rows colors chars-per-pixel */
"16 16 16 1",
"; c #6AAB84",
"- c #449059",
"O c #EF8A8B",
": c #87E78C",
"% c #386BA0",
"= c #36794A",
" c None",
"* c #7C94AC",
". c #DF6162",
"& c #419AED",
"@ c #F5F8F5",
"X c #F27B7C",
"$ c #235257",
"+ c #DCCFCF",
"o c #573639",
"# c #2477CD",
/* pixels */
" ",
" .XXo ",
" oOOXXX.XXo ",
" .XOOXXX.X... ",
" o....XX.X.O++ ",
" oOX....X+@@@+ ",
"o##o.OX..@@@+Xo ",
"$###%$oX.+O.o ",
"$&&##%#%$.*++ ",
" %&&&&%@@@@+%=o ",
" -$%&#@+%$=;+o ",
" :::=$$-;:@@@$ ",
" ;:::::;@@@@:o ",
" o=:::+@@;$ ",
" o--= ",
" "
};