summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMatt Keenan <matt.keenan@sun.com>2009-08-10 03:36:13 +0100
committerLucas Rocha <lucasr@gnome.org>2009-08-10 03:36:33 +0100
commit4bba7c63f81b2d198bbe9fe2988005fed96b72ba (patch)
tree844cf940d920270b5a014d6a221af190611d855c /src
parent81dc4ae2e2db09d4bfa087db9667a5cf2fbc061c (diff)
Bug 549404 - --help-entry for hide-text incorrect
Diffstat (limited to 'src')
-rw-r--r--src/option.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/option.c b/src/option.c
index 93a09a2..5742648 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