diff options
author | infirit <[email protected]> | 2013-08-01 12:57:52 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2013-08-01 12:57:52 +0200 |
commit | 7bdb58971c3ff164b6b74ea64cc1f5c067921ff1 (patch) | |
tree | 883d1a524b54ceaccdc4dc2562d9be30ad3aefb9 /plugins/a11y-keyboard/msd-a11y-keyboard-manager.c | |
parent | 0bab5bc206e76165838f71af7a7e041cf4d03be2 (diff) | |
download | mate-settings-daemon-7bdb58971c3ff164b6b74ea64cc1f5c067921ff1.tar.bz2 mate-settings-daemon-7bdb58971c3ff164b6b74ea64cc1f5c067921ff1.tar.xz |
Replace ghelp: with help: for user-guide
Diffstat (limited to 'plugins/a11y-keyboard/msd-a11y-keyboard-manager.c')
-rw-r--r-- | plugins/a11y-keyboard/msd-a11y-keyboard-manager.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/a11y-keyboard/msd-a11y-keyboard-manager.c b/plugins/a11y-keyboard/msd-a11y-keyboard-manager.c index 8151938..7696d16 100644 --- a/plugins/a11y-keyboard/msd-a11y-keyboard-manager.c +++ b/plugins/a11y-keyboard/msd-a11y-keyboard-manager.c @@ -436,7 +436,7 @@ ax_response_callback (MsdA11yKeyboardManager *manager, err = NULL; if (!gtk_show_uri (screen, - "ghelp:user-guide#goscustaccess-6", + "help:user-guide#goscustaccess-6", gtk_get_current_event_time(), &err)) { GtkWidget *error_dialog = gtk_message_dialog_new (parent, |