summaryrefslogtreecommitdiff
path: root/mate-dictionary/src/gdict-window.c
diff options
context:
space:
mode:
Diffstat (limited to 'mate-dictionary/src/gdict-window.c')
-rw-r--r--mate-dictionary/src/gdict-window.c2
1 files changed, 1 insertions, 1 deletions
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)
{