diff options
Diffstat (limited to 'src')
-rwxr-xr-x | src/pdm-dialog.c | 7 | ||||
-rw-r--r-- | src/prefs-dialog.c | 11 |
2 files changed, 6 insertions, 12 deletions
diff --git a/src/pdm-dialog.c b/src/pdm-dialog.c index 4a1a2b118..7e56f80e0 100755 --- a/src/pdm-dialog.c +++ b/src/pdm-dialog.c @@ -179,12 +179,9 @@ pdm_dialog_show_help (PdmDialog *pd) GtkWidget *notebook, *window; int id; - /* FIXME: Once we actually have documentation we - * should point these at the correct links. - */ char *help_preferences[] = { - "pdm", - "pdm" + "managing-cookies", + "managing-passwords" }; window = ephy_dialog_get_control (EPHY_DIALOG (pd), properties[PROP_WINDOW].id); 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); |