summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--help/C/zenity.xml2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4d98aad..50ae489 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+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.
+
2004-04-10 Guntupalli Karunakar <karunakar@freedomink.org>
* configure.in: Added "gu" (Gujarati) to ALL_LINGUAS.
diff --git a/help/C/zenity.xml b/help/C/zenity.xml
index 3d7bc75..3aae3ca 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.";;