summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorGlynn Foster <glynn.foster@sun.com>2004-04-28 12:06:02 +0000
committerGlynn Foster <gman@src.gnome.org>2004-04-28 12:06:02 +0000
commit02955ce70f7fa58da88dc8d66e07520afb94f642 (patch)
tree66e1ac639a4bc20193c904c008c447386da5af71 /data
parentUntranslate 3 strings again. Thanks to Christian for pointing this out. (diff)
downloadzenity-02955ce70f7fa58da88dc8d66e07520afb94f642.tar.gz
zenity-02955ce70f7fa58da88dc8d66e07520afb94f642.tar.bz2
zenity-02955ce70f7fa58da88dc8d66e07520afb94f642.zip
Fix the list dialog not being able to handle --text to change the text. It
2004-04-29 Glynn Foster <glynn.foster@sun.com> * src/main.c, src/tree.c: Fix the list dialog not being able to handle --text to change the text. It was also intentional but must have fallen through the gaps. * data/zenity.1: Update * help/C/zenity.xml: Update.
Diffstat (limited to 'data')
-rw-r--r--data/zenity.13
1 files changed, 3 insertions, 0 deletions
diff --git a/data/zenity.1 b/data/zenity.1
index 77942ddb..d5518dd2 100644
--- a/data/zenity.1
+++ b/data/zenity.1
@@ -130,6 +130,9 @@ Set the dialog text
List options
.TP
+.B \-\-text=STRING
+Set the dialog text
+.TP
.B \-\-column=STRING
Set the column header
.TP
bgstack15