diff options
Diffstat (limited to 'mate-dictionary/src')
-rw-r--r-- | mate-dictionary/src/gdict-applet.c | 2 | ||||
-rw-r--r-- | mate-dictionary/src/gdict-pref-dialog.c | 2 | ||||
-rw-r--r-- | mate-dictionary/src/gdict-source-dialog.c | 2 | ||||
-rw-r--r-- | mate-dictionary/src/gdict-window.c | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/mate-dictionary/src/gdict-applet.c b/mate-dictionary/src/gdict-applet.c index 91a59fe3..9f56f299 100644 --- a/mate-dictionary/src/gdict-applet.c +++ b/mate-dictionary/src/gdict-applet.c @@ -730,7 +730,7 @@ gdict_applet_cmd_help (GtkAction *action, GError *err = NULL; gtk_show_uri (gtk_widget_get_screen (GTK_WIDGET (applet)), - "ghelp:mate-dictionary#mate-dictionary-applet", + "help:mate-dictionary#mate-dictionary-applet", gtk_get_current_event_time (), &err); if (err) diff --git a/mate-dictionary/src/gdict-pref-dialog.c b/mate-dictionary/src/gdict-pref-dialog.c index 72d06b9a..f113194f 100644 --- a/mate-dictionary/src/gdict-pref-dialog.c +++ b/mate-dictionary/src/gdict-pref-dialog.c @@ -485,7 +485,7 @@ response_cb (GtkDialog *dialog, { case GTK_RESPONSE_HELP: gtk_show_uri (gtk_widget_get_screen (GTK_WIDGET (dialog)), - "ghelp:mate-dictionary#mate-dictionary-preferences", + "help:mate-dictionary#mate-dictionary-preferences", gtk_get_current_event_time (), &err); if (err) { diff --git a/mate-dictionary/src/gdict-source-dialog.c b/mate-dictionary/src/gdict-source-dialog.c index 203da54f..1b7aa0a5 100644 --- a/mate-dictionary/src/gdict-source-dialog.c +++ b/mate-dictionary/src/gdict-source-dialog.c @@ -470,7 +470,7 @@ gdict_source_dialog_response_cb (GtkDialog *dialog, break; case GTK_RESPONSE_HELP: gtk_show_uri (gtk_widget_get_screen (GTK_WIDGET (dialog)), - "ghelp:mate-dictionary#mate-dictionary-add-source", + "help:mate-dictionary#mate-dictionary-add-source", gtk_get_current_event_time (), &err); if (err) { diff --git a/mate-dictionary/src/gdict-window.c b/mate-dictionary/src/gdict-window.c index b967fe92..58eae2e4 100644 --- a/mate-dictionary/src/gdict-window.c +++ b/mate-dictionary/src/gdict-window.c @@ -1235,7 +1235,7 @@ gdict_window_cmd_help_contents (GtkAction *action, g_return_if_fail (GDICT_IS_WINDOW (window)); gtk_show_uri (gtk_widget_get_screen (GTK_WIDGET (window)), - "ghelp:mate-dictionary", + "help:mate-dictionary", gtk_get_current_event_time (), &err); if (err) { |