diff --git a/capplets/accessibility/at-properties/ChangeLog b/capplets/accessibility/at-properties/ChangeLog index c5e168108..f88fc0275 100644 --- a/capplets/accessibility/at-properties/ChangeLog +++ b/capplets/accessibility/at-properties/ChangeLog @@ -1,3 +1,8 @@ +Thu Sep 2 17:06:28 2004 Jonathan Blandford + + * main.c: (cb_dialog_response): Change to use help docs instead of + the "foo"/"bar" that's there. + 2004-08-20 Frederic Crozat * main.c: (setup_dialog): diff --git a/capplets/accessibility/at-properties/main.c b/capplets/accessibility/at-properties/main.c index 98cd8ac17..11cbe42e4 100644 --- a/capplets/accessibility/at-properties/main.c +++ b/capplets/accessibility/at-properties/main.c @@ -93,8 +93,8 @@ cb_dialog_response (GtkDialog *dialog, gint response_id) GnomeClient *client; if (response_id == GTK_RESPONSE_HELP) capplet_help (GTK_WINDOW (dialog), - "foo.xml", - "bar"); + "user-guide.xml", + "goscustaccess-11"); else if (response_id == GTK_RESPONSE_CLOSE || response_id == GTK_RESPONSE_DELETE_EVENT) gtk_main_quit (); else {