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:
parent
63c811402c
commit
9cb4c22a66
@ -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>
|
2004-04-10 Guntupalli Karunakar <karunakar@freedomink.org>
|
||||||
|
|
||||||
* configure.in: Added "gu" (Gujarati) to ALL_LINGUAS.
|
* configure.in: Added "gu" (Gujarati) to ALL_LINGUAS.
|
||||||
|
@ -809,7 +809,7 @@
|
|||||||
|
|
||||||
case $? in
|
case $? in
|
||||||
0)
|
0)
|
||||||
zenity --text-info --title=$FILE --editable 2>/tmp/tmp.txt
|
zenity --text-info --title=$FILE --filename=$FILE --editable 2>/tmp/tmp.txt
|
||||||
|
|
||||||
1)
|
1)
|
||||||
echo "No file selected.";;
|
echo "No file selected.";;
|
||||||
|
Reference in New Issue
Block a user