From e4c5d60ee2f54bf4db3057483214e50ffd140c6c Mon Sep 17 00:00:00 2001 From: Javier Jardón Date: Fri, 10 Aug 2012 02:40:15 +0900 Subject: Port to new documentation infrastructure --- src/util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/util.c b/src/util.c index 440c7de9..1fb8e327 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); } } -- cgit