aboutsummaryrefslogtreecommitdiffstats
path: root/src/prefs-dialog.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/prefs-dialog.c')
-rw-r--r--src/prefs-dialog.c11
1 files changed, 4 insertions, 7 deletions
diff --git a/src/prefs-dialog.c b/src/prefs-dialog.c
index 06d5ea77a..f0efa27b2 100644
--- a/src/prefs-dialog.c
+++ b/src/prefs-dialog.c
@@ -407,14 +407,11 @@ prefs_dialog_show_help (EphyDialog *dialog)
GtkWidget *window, *notebook;
int id;
- /* FIXME: Once we actually have documentation we
- * should point these at the correct links.
- */
char *help_preferences[] = {
- "setting-preferences",
- "setting-preferences",
- "setting-preferences",
- "setting-preferences"
+ "general-preferences",
+ "fonts-and-colors-preferences",
+ "privacy-preferences",
+ "language-preferences"
};
window = ephy_dialog_get_control (dialog, properties[WINDOW_PROP].id);