aboutsummaryrefslogtreecommitdiffstats
path: root/src/pdm-dialog.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pdm-dialog.c')
-rwxr-xr-xsrc/pdm-dialog.c7
1 files changed, 2 insertions, 5 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);