summaryrefslogtreecommitdiff
path: root/help/C
diff options
context:
space:
mode:
authorGlynn Foster <glynn.foster@sun.com>2004-04-20 10:24:37 +0000
committerGlynn Foster <gman@src.gnome.org>2004-04-20 10:24:37 +0000
commit9cb4c22a664a5387a0641ef83960e04a6fa27074 (patch)
treebab3956e225f9141f7b9f09520d5468e774f306e /help/C
parentAdded kannada translations (diff)
downloadzenity-9cb4c22a664a5387a0641ef83960e04a6fa27074.tar.gz
zenity-9cb4c22a664a5387a0641ef83960e04a6fa27074.tar.bz2
zenity-9cb4c22a664a5387a0641ef83960e04a6fa27074.zip
Fix documentation for text-info as pointed out by the grand master of the
2004-04-20 Glynn Foster <glynn.foster@sun.com> * help/C/zenity.xml: Fix documentation for text-info as pointed out by the grand master of the zenity man page, Ross Burton.
Diffstat (limited to 'help/C')
-rw-r--r--help/C/zenity.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/help/C/zenity.xml b/help/C/zenity.xml
index 3d7bc75a..3aae3ca7 100644
--- a/help/C/zenity.xml
+++ b/help/C/zenity.xml
@@ -809,7 +809,7 @@
case $? in
0)
- zenity --text-info --title=$FILE --editable 2>/tmp/tmp.txt
+ zenity --text-info --title=$FILE --filename=$FILE --editable 2>/tmp/tmp.txt
1)
echo "No file selected.";;
bgstack15