From d8373ce2759a8e790e658d511111017bb609bbdc Mon Sep 17 00:00:00 2001 From: Ekaterina Gerasimova Date: Sun, 7 Jul 2013 11:29:57 +0100 Subject: Add help buttons to the pdm and pref dialogs --- src/pdm-dialog.c | 2 +- src/resources/epiphany.ui | 16 +++++++++++++++- src/resources/prefs-dialog.ui | 16 +++++++++++++++- 3 files changed, 31 insertions(+), 3 deletions(-) diff --git a/src/pdm-dialog.c b/src/pdm-dialog.c index 1cff2d298..80df90b5a 100644 --- a/src/pdm-dialog.c +++ b/src/pdm-dialog.c @@ -228,7 +228,7 @@ clear_all_dialog_response_cb (GtkDialog *dialog, if (response == GTK_RESPONSE_HELP) { /* Show help and return early */ - ephy_gui_help (GTK_WIDGET (dialog), "clearing-personal-data"); + ephy_gui_help (GTK_WIDGET (dialog), "data"); return; } diff --git a/src/resources/epiphany.ui b/src/resources/epiphany.ui index bca48b56d..48e88257b 100644 --- a/src/resources/epiphany.ui +++ b/src/resources/epiphany.ui @@ -407,7 +407,20 @@ False end - + + gtk-help + True + True + False + False + True + + + False + True + 0 + True + @@ -658,6 +671,7 @@ removeallbutton + helpbutton1 closebutton1 diff --git a/src/resources/prefs-dialog.ui b/src/resources/prefs-dialog.ui index 477762ed9..63ca72e7f 100644 --- a/src/resources/prefs-dialog.ui +++ b/src/resources/prefs-dialog.ui @@ -152,7 +152,20 @@ False end - + + gtk-help + True + True + False + False + True + + + False + True + 0 + True + @@ -1397,6 +1410,7 @@ + helpbutton1 closebutton1 -- cgit v1.2.3