diff options
Diffstat (limited to 'capplets/keyboard')
-rw-r--r-- | capplets/keyboard/mate-keyboard-properties-a11y.c | 3 | ||||
-rw-r--r-- | 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 */ |