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.
This commit is contained in:
Glynn Foster 2004-04-20 10:24:37 +00:00 committed by Glynn Foster
parent 63c811402c
commit 9cb4c22a66
2 changed files with 7 additions and 1 deletions

View File

@ -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.

View File

@ -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.";;