aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/prefs-dialog.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/prefs-dialog.c b/src/prefs-dialog.c
index b0b518f70..eef03a5fe 100644
--- a/src/prefs-dialog.c
+++ b/src/prefs-dialog.c
@@ -373,7 +373,7 @@ prefs_dialog_show_help (EphyDialog *dialog)
static char * const help_preferences[] = {
"general-preferences",
- "fonts-and-colors-preferences",
+ "fonts-and-style-preferences",
"privacy-preferences",
"language-preferences"
};
@@ -494,7 +494,7 @@ font_prefs_dialog_response_cb (GtkWidget *widget,
{
if (response == GTK_RESPONSE_HELP)
{
- /* FIXME */
+ ephy_gui_help (GTK_WINDOW (widget), "epiphany", "fonts-and-style-preferences");
return;
}