summaryrefslogtreecommitdiff
path: root/help/C
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 /help/C
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 'help/C')
-rw-r--r--help/C/zenity.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/help/C/zenity.xml b/help/C/zenity.xml
index 0c2b9af4..a28b7c79 100644
--- a/help/C/zenity.xml
+++ b/help/C/zenity.xml
@@ -605,6 +605,13 @@
<variablelist>
<varlistentry>
+ <term><varname>--text</varname>=TEXT</term>
+ <listitem>
+ <para>Specifies the text to appear in the List dialog.</para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
<term><varname>--column</varname>=COLUMN</term>
<listitem>
<para>Specifies the column headers to appear in the List dialog.
bgstack15