summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2012-08-10 02:40:15 +0900
committerArx Cruz <arxcruz@gnome.org>2012-08-21 19:17:12 -0300
commite4c5d60ee2f54bf4db3057483214e50ffd140c6c (patch)
treeecd889fb54a9c70cd153eb7bfc36c51650d2e9e4 /src
parent80e456c63466c3995f35c58815152874e7bf63ba (diff)
Port to new documentation infrastructure
Diffstat (limited to 'src')
-rw-r--r--src/util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util.c b/src/util.c
index 440c7de..1fb8e32 100644
--- a/src/util.c
+++ b/src/util.c
@@ -252,7 +252,7 @@ zenity_util_show_help (GError **error)
if (tmp) {
g_free (tmp);
- g_spawn_command_line_async ("yelp ghelp:zenity", error);
+ g_spawn_command_line_async ("yelp help:zenity", error);
}
}