diff options
author | Glynn Foster <glynn.foster@sun.com> | 2004-07-18 23:45:59 +0000 |
---|---|---|
committer | Glynn Foster <gman@src.gnome.org> | 2004-07-18 23:45:59 +0000 |
commit | aac104540028bb54df98436f718c96645b3a3bdd (patch) | |
tree | 04202187b4bb51307b14b138d51d4b686949d70c | |
parent | 6a17938c959a4418d2c42ef903fa40916defae2f (diff) |
Fix up documentation for correct usage of the Text Entry dialog. Patch
2004-07-19 Glynn Foster <glynn.foster@sun.com>
* help/C/zenity.xml, help/sr/zenity.xml: Fix up
documentation for correct usage of the Text Entry
dialog. Patch from Baptiste Mille-Mathias. Fixes #141513.
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | THANKS | 1 | ||||
-rw-r--r-- | help/C/zenity.xml | 2 | ||||
-rw-r--r-- | help/sr/zenity.xml | 2 |
4 files changed, 9 insertions, 2 deletions
@@ -1,5 +1,11 @@ 2004-07-19 Glynn Foster <glynn.foster@sun.com> + * help/C/zenity.xml, help/sr/zenity.xml: Fix up + documentation for correct usage of the Text Entry + dialog. Patch from Baptiste Mille-Mathias. Fixes #141513. + +2004-07-19 Glynn Foster <glynn.foster@sun.com> + * src/msg.c: Make sure the text can take markup, so that people can create nice HIG compliant message dialogs. Patch from Sebastian Heinlein. Fixes #140748. @@ -17,6 +17,7 @@ "Tomasz Koczko <kloczek pld org pl>", "Jordi Mallach <jordi sindominio net>", "Kjartan Maraas <kmaraas gnome org>", + "Baptiste Mille-Mathias <bmm80 free fr>", "Buhan Milne <bgmilne linux-mandrake com>", "Christian Monneckes <c-w-m gmx de>", "Ivan Noris <vix vazka sk>", diff --git a/help/C/zenity.xml b/help/C/zenity.xml index a28b7c7..f65de69 100644 --- a/help/C/zenity.xml +++ b/help/C/zenity.xml @@ -327,7 +327,7 @@ <title>Text Entry Dialog</title> <para> - Use <command>--text-entry</command> to create a Text Entry dialog. + Use <command>--entry</command> to create a Text Entry dialog. &app; returns the contents of the text entry to standard error. </para> diff --git a/help/sr/zenity.xml b/help/sr/zenity.xml index 8e68031..70975af 100644 --- a/help/sr/zenity.xml +++ b/help/sr/zenity.xml @@ -148,7 +148,7 @@ <sect1 id="zenity-text-entry-options"> <title>Прозорче за унос текста</title> - <para>Користите <command>--text-entry</command> да направите прозорче за унос текста. <application>Зенит</application> враћа садржај уноса текста путем стандардног излаза за грешке.</para> + <para>Користите <command>--entry</command> да направите прозорче за унос текста. <application>Зенит</application> враћа садржај уноса текста путем стандардног излаза за грешке.</para> <para>Прозорче за унос текста подржава наредне опције:</para> <variablelist><varlistentry><term><varname>--text</varname>=ТЕКСТ</term><listitem><para>Наводи текст који се појављује у прозорчету за унос текста.</para></listitem></varlistentry><varlistentry><term><varname>--entry-text</varname>=ТЕКСТ</term><listitem><para>Наводи текст који се појављује у пољу за унос прозорчета за унос текста.</para></listitem></varlistentry><varlistentry><term><varname>--hide-text</varname></term><listitem><para>Наводи да текст у пољу за унос треба да буде сакривен у прозорчету за унос текста.</para></listitem></varlistentry></variablelist> |