diff options
Diffstat (limited to 'e-util')
-rw-r--r-- | e-util/e-util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/e-util/e-util.c b/e-util/e-util.c index 4f9983cfcc..707f0d0bbc 100644 --- a/e-util/e-util.c +++ b/e-util/e-util.c @@ -271,7 +271,7 @@ e_display_help (GtkWindow *parent, GError *error = NULL; guint32 timestamp; - uri = g_string_new ("ghelp:" PACKAGE); + uri = g_string_new ("help:" PACKAGE); timestamp = gtk_get_current_event_time (); if (parent != NULL) |