[eog] Update help links



commit cca6217e7bc46154c5382bb4b00e1197c8d8f9cc
Author: Ryan Lortie <desrt desrt ca>
Date:   Thu Apr 28 00:35:14 2011 -0400

    Update help links
    
    Modify the help buttons in the edit toolbar and preferences dialogs to
    point at the correct pages in the new documentation.

 src/eog-preferences-dialog.c |    2 +-
 src/eog-window.c             |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/eog-preferences-dialog.c b/src/eog-preferences-dialog.c
index f5e9c87..1912e03 100644
--- a/src/eog-preferences-dialog.c
+++ b/src/eog-preferences-dialog.c
@@ -111,7 +111,7 @@ eog_preferences_response_cb (GtkDialog *dlg, gint res_id, gpointer data)
 {
 	switch (res_id) {
 		case GTK_RESPONSE_HELP:
-			eog_util_show_help ("eog-prefs", NULL);
+			eog_util_show_help ("preferences", NULL);
 			break;
 		default:
 			gtk_widget_destroy (GTK_WIDGET (dlg));
diff --git a/src/eog-window.c b/src/eog-window.c
index d407cd8..c1c229a 100644
--- a/src/eog-window.c
+++ b/src/eog-window.c
@@ -2432,7 +2432,7 @@ eog_window_cmd_edit_toolbar_cb (GtkDialog *dialog, gint response, gpointer data)
 		egg_editable_toolbar_set_edit_mode
 			(EGG_EDITABLE_TOOLBAR (window->priv->toolbar), TRUE);
 	} else if (response == GTK_RESPONSE_HELP) {
-		eog_util_show_help ("eog-toolbareditor", NULL);
+		eog_util_show_help ("toolbar#modify", NULL);
 	} else {
         	egg_editable_toolbar_set_edit_mode
 			(EGG_EDITABLE_TOOLBAR (window->priv->toolbar), FALSE);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]