diff options
Diffstat (limited to 'src/ephy-history-window.c')
-rw-r--r-- | src/ephy-history-window.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/ephy-history-window.c b/src/ephy-history-window.c index 1e2a3e524..fac5c5243 100644 --- a/src/ephy-history-window.c +++ b/src/ephy-history-window.c @@ -43,6 +43,7 @@ #include "ephy-debug.h" #include "ephy-new-bookmark.h" #include "ephy-stock-icons.h" +#include "ephy-gui.h" #include "toolbar.h" static GtkTargetEntry page_drag_types [] = @@ -477,7 +478,9 @@ static void cmd_help_contents (EggAction *action, EphyHistoryWindow *editor) { - /*FIXME: Implement help.*/ + ephy_gui_help (GTK_WINDOW (editor), + "epiphany", + "ephy-managing-history"); } GType |