aboutsummaryrefslogtreecommitdiff
path: root/src/ui.hh
diff options
context:
space:
mode:
authorcorvid, jcid <devnull@localhost>2010-01-18 14:00:46 -0300
committercorvid, jcid <devnull@localhost>2010-01-18 14:00:46 -0300
commit7fed8aad4aea5d8f8407e44d3f2396db5028db55 (patch)
tree2b5e2b73641c5f7cdedae0a97449dbbe5ead5733 /src/ui.hh
parenta593fe8b62e148da741e8ce054f4b3bedcf81403 (diff)
Added a help button. It tries a local help file then dillo.org's one.
Diffstat (limited to 'src/ui.hh')
-rw-r--r--src/ui.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui.hh b/src/ui.hh
index 92297643..9e1b6d4f 100644
--- a/src/ui.hh
+++ b/src/ui.hh
@@ -48,7 +48,7 @@ class UI : public fltk::Group {
fltk::Group *TopGroup;
fltk::Button *Back, *Forw, *Home, *Reload, *Save, *Stop, *Bookmarks, *Tools,
- *Clear, *Search, *FullScreen, *BugMeter, *FileButton;
+ *Clear, *Search, *Help, *FullScreen, *BugMeter, *FileButton;
fltk::Input *Location;
fltk::PackedGroup *ProgBox;
CustProgressBox *PProg, *IProg;