From e0bc6014e73ac4fbd1084f5d1fee4fca9c6650c9 Mon Sep 17 00:00:00 2001 From: Monsta Date: Wed, 8 Jul 2015 13:47:53 +0300 Subject: keyboard applet: display correct help pages --- capplets/keyboard/mate-keyboard-properties-a11y.c | 3 ++- capplets/keyboard/mate-keyboard-properties-xkbot.c | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/capplets/keyboard/mate-keyboard-properties-a11y.c b/capplets/keyboard/mate-keyboard-properties-a11y.c index b51ade67..7a3b566e 100644 --- a/capplets/keyboard/mate-keyboard-properties-a11y.c +++ b/capplets/keyboard/mate-keyboard-properties-a11y.c @@ -121,7 +121,8 @@ static void a11y_notifications_dialog_response_cb (GtkWidget *w, gint response) { if (response == GTK_RESPONSE_HELP) { - + capplet_help (GTK_WINDOW (w), + "prefs-keyboard#goscustdesk-TBL-86"); } else { gtk_widget_destroy (w); diff --git a/capplets/keyboard/mate-keyboard-properties-xkbot.c b/capplets/keyboard/mate-keyboard-properties-xkbot.c index ddf23115..5d4ee614 100644 --- a/capplets/keyboard/mate-keyboard-properties-xkbot.c +++ b/capplets/keyboard/mate-keyboard-properties-xkbot.c @@ -419,7 +419,7 @@ chooser_response_cb (GtkDialog * dialog, gint response, gpointer data) switch (response) { case GTK_RESPONSE_HELP: capplet_help (GTK_WINDOW (dialog), - "prefs-keyboard-layoutoptions"); + "prefs-keyboard#prefs-keyboard-layoutoptions"); break; case GTK_RESPONSE_CLOSE:{ /* just cleanup */ -- cgit v1.2.1