diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | help/C/zenity.xml | 9 |
2 files changed, 15 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2004-08-22 Glynn Foster <glynn.foster@sun.com> + + * help/C/zenity.xml: Update the documentation after + Breda's commit, to add the new --print-column option for the + list dialog. + 2004-08-18 Kjartan Maraas <kmaraas@gnome.org> * configure.in: Add «nb» to ALL_LINGUAS. diff --git a/help/C/zenity.xml b/help/C/zenity.xml index 66c99a0..9d51f70 100644 --- a/help/C/zenity.xml +++ b/help/C/zenity.xml @@ -564,6 +564,15 @@ </listitem> </varlistentry> + <varlistentry> + <term><option>--print-column</option>=<replaceable>column</replaceable></term> + <listitem> + <para>Specifies what column should be printed out upon selection. The default column is + '1'. 'ALL' can be used to print out all columns in the list. + </para> + </listitem> + </varlistentry> + </variablelist> <para> |