diff options
author | corvid, jcid <devnull@localhost> | 2010-01-18 14:00:46 -0300 |
---|---|---|
committer | corvid, jcid <devnull@localhost> | 2010-01-18 14:00:46 -0300 |
commit | 7fed8aad4aea5d8f8407e44d3f2396db5028db55 (patch) | |
tree | 2b5e2b73641c5f7cdedae0a97449dbbe5ead5733 /src/pixmaps.h | |
parent | a593fe8b62e148da741e8ce054f4b3bedcf81403 (diff) |
Added a help button. It tries a local help file then dillo.org's one.
Diffstat (limited to 'src/pixmaps.h')
-rw-r--r-- | src/pixmaps.h | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/src/pixmaps.h b/src/pixmaps.h index 060ec2cb..83235dd2 100644 --- a/src/pixmaps.h +++ b/src/pixmaps.h @@ -1521,6 +1521,42 @@ static const char *const search_xpm[] = { " 11 "}; /* XPM */ +static const char *const help_xpm[] = { +"14 16 16 1", +" c None", +"1 c #DBDBDB", +"2 c #B6B6B6", +"3 c #929292", +"4 c #6D6D6D", +"5 c #F1EFEF", +"6 c #018B00", +"7 c #A48A53", +"8 c #A4BDA4", +"9 c #000000", +"A c #000000", +"B c #000000", +"C c #000000", +"D c #000000", +"E c #000000", +"F c #000000", +" 5555555 ", +" 544433355 ", +" 54555438455 ", +" 44555542835 ", +" 44445548245 ", +" 4444554274 ", +" 544554274 ", +" 55474 ", +" 5474 ", +" 544 ", +" 44 ", +" ", +" 5445 ", +" 4764 ", +" 4674 ", +" 5445 "}; + +/* XPM */ static const char *const full_screen_on_xpm[] = { "13 15 2 1", " c None", |