diff options
author | Glynn Foster <glynn.foster@sun.com> | 2004-08-22 08:32:02 +0000 |
---|---|---|
committer | Glynn Foster <gman@src.gnome.org> | 2004-08-22 08:32:02 +0000 |
commit | e9f52ee103243408b11e8bb87a8cd2823debda48 (patch) | |
tree | 1c1b78ab329b69b4f18858dd41be1983396f9a3e | |
parent | Updated Catalan translation. (diff) | |
download | zenity-e9f52ee103243408b11e8bb87a8cd2823debda48.tar.gz zenity-e9f52ee103243408b11e8bb87a8cd2823debda48.tar.bz2 zenity-e9f52ee103243408b11e8bb87a8cd2823debda48.zip |
Update the documentation after Breda's commit, to add the new
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.
-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 66c99a0d..9d51f70d 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> |