diff options
author | Lucas Rocha <lucasr@gnome.org> | 2008-03-17 19:28:49 +0000 |
---|---|---|
committer | Lucas Almeida Rocha <lucasr@src.gnome.org> | 2008-03-17 19:28:49 +0000 |
commit | 69390b9e435e71acd9c965ce3b9c1a73b77dc16f (patch) | |
tree | 557b9c102bd1d8bad47d4d07006da4fb5bb92448 /src | |
parent | Fix ChangeLog entry dates. (diff) | |
download | zenity-69390b9e435e71acd9c965ce3b9c1a73b77dc16f.tar.gz zenity-69390b9e435e71acd9c965ce3b9c1a73b77dc16f.tar.bz2 zenity-69390b9e435e71acd9c965ce3b9c1a73b77dc16f.zip |
added arg_description for --timeout option (Fixes bug #516876). Patch from
2008-03-17 Lucas Rocha <lucasr@gnome.org>
* src/option.c: added arg_description for --timeout option (Fixes
bug #516876). Patch from Luca Ferretti <elle.uca@libero.it>.
svn path=/trunk/; revision=1341
Diffstat (limited to 'src')
-rw-r--r-- | src/option.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/option.c b/src/option.c index 68d655f7..babe4e9c 100644 --- a/src/option.c +++ b/src/option.c @@ -151,7 +151,8 @@ static GOptionEntry general_options[] = { G_OPTION_ARG_INT, &zenity_general_timeout_delay, N_("Set dialog timeout in seconds"), - NULL + /* Timeout for closing the dialog */ + N_("TIMEOUT") }, { NULL |