diff options
author | Javier Jardón <jjardon@gnome.org> | 2012-08-10 02:40:15 +0900 |
---|---|---|
committer | Arx Cruz <arxcruz@gnome.org> | 2012-08-21 19:17:12 -0300 |
commit | e4c5d60ee2f54bf4db3057483214e50ffd140c6c (patch) | |
tree | ecd889fb54a9c70cd153eb7bfc36c51650d2e9e4 /src | |
parent | Updated Indonesian translation (diff) | |
download | zenity-e4c5d60ee2f54bf4db3057483214e50ffd140c6c.tar.gz zenity-e4c5d60ee2f54bf4db3057483214e50ffd140c6c.tar.bz2 zenity-e4c5d60ee2f54bf4db3057483214e50ffd140c6c.zip |
Port to new documentation infrastructure
Diffstat (limited to 'src')
-rw-r--r-- | src/util.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); } } |