diff options
Diffstat (limited to 'mate-dictionary')
-rw-r--r-- | mate-dictionary/data/Makefile.am | 1 | ||||
-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 |
4 files changed, 4 insertions, 3 deletions
diff --git a/mate-dictionary/data/Makefile.am b/mate-dictionary/data/Makefile.am index 5500b65d..51c78991 100644 --- a/mate-dictionary/data/Makefile.am +++ b/mate-dictionary/data/Makefile.am @@ -74,6 +74,7 @@ EXTRA_DIST = \ $(gsettingsschema_in_files) \ $(builder_DATA) \ $(ui_DATA) \ + $(convert_DATA) \ $(NULL) CLEANFILES = \ 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) { |