diff options
author | Javier Jardón <jjardon@gnome.org> | 2012-08-11 21:54:15 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2012-08-11 21:54:15 +0800 |
commit | 67135c3fb618962c15a5e3252b797686a30e3a52 (patch) | |
tree | 7c0ebd02d46fb6ef18cfd661fb56de9a931204b7 /e-util | |
parent | fc30659d1b22894638f34b558c55cd8435106e75 (diff) | |
download | gsoc2013-evolution-67135c3fb618962c15a5e3252b797686a30e3a52.tar gsoc2013-evolution-67135c3fb618962c15a5e3252b797686a30e3a52.tar.gz gsoc2013-evolution-67135c3fb618962c15a5e3252b797686a30e3a52.tar.bz2 gsoc2013-evolution-67135c3fb618962c15a5e3252b797686a30e3a52.tar.lz gsoc2013-evolution-67135c3fb618962c15a5e3252b797686a30e3a52.tar.xz gsoc2013-evolution-67135c3fb618962c15a5e3252b797686a30e3a52.tar.zst gsoc2013-evolution-67135c3fb618962c15a5e3252b797686a30e3a52.zip |
Bug 681641 - Port to new documentation infrastructure
https://live.gnome.org/GnomeGoals/NewDocumentationInfrastructure
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) |