diff options
author | Matt Keenan <matt.keenan@sun.com> | 2009-08-10 03:36:13 +0100 |
---|---|---|
committer | Lucas Rocha <lucasr@gnome.org> | 2009-08-10 03:36:33 +0100 |
commit | 4bba7c63f81b2d198bbe9fe2988005fed96b72ba (patch) | |
tree | 844cf940d920270b5a014d6a221af190611d855c /src/option.c | |
parent | Bug 541400 - document use of $WINDOWID variable (diff) | |
download | zenity-4bba7c63f81b2d198bbe9fe2988005fed96b72ba.tar.gz zenity-4bba7c63f81b2d198bbe9fe2988005fed96b72ba.tar.bz2 zenity-4bba7c63f81b2d198bbe9fe2988005fed96b72ba.zip |
Bug 549404 - --help-entry for hide-text incorrect
Diffstat (limited to 'src/option.c')
-rw-r--r-- | src/option.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/option.c b/src/option.c index 93a09a21..5742648c 100644 --- a/src/option.c +++ b/src/option.c @@ -257,7 +257,7 @@ static GOptionEntry entry_options[] = { G_OPTION_ARG_NONE, &zenity_entry_hide_text, N_("Hide the entry text"), - N_("TEXT") + NULL }, { NULL |