diff options
-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-screenshot/mate-screenshot.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 9f56f299..ae94b698 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)), - "help: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 f113194f..1ac35cb3 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)), - "help: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 1b7aa0a5..3468011d 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)), - "help: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-screenshot/mate-screenshot.c b/mate-screenshot/mate-screenshot.c index 6510f7f8..cad2c2bd 100644 --- a/mate-screenshot/mate-screenshot.c +++ b/mate-screenshot/mate-screenshot.c @@ -124,7 +124,7 @@ display_help (GtkWindow *parent) GError *error = NULL; gtk_show_uri (gtk_window_get_screen (parent), - "help:user-guide#goseditmainmenu-53", + "help:mate-user-guide/goseditmainmenu-53", gtk_get_current_event_time (), &error); if (error) |