[Python-checkins] python/dist/src/Doc/lib tkinter.tex, 1.27.2.3,
1.27.2.4
jlgijsbers at users.sourceforge.net
jlgijsbers at users.sourceforge.net
Sat Jan 29 20:54:48 CET 2005
Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27820
Modified Files:
Tag: release24-maint
tkinter.tex
Log Message:
Backport for bug #1108490: fix broken link.
Index: tkinter.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/tkinter.tex,v
retrieving revision 1.27.2.3
retrieving revision 1.27.2.4
diff -u -d -r1.27.2.3 -r1.27.2.4
--- tkinter.tex 19 Jan 2005 03:42:09 -0000 1.27.2.3
+++ tkinter.tex 29 Jan 2005 19:54:45 -0000 1.27.2.4
@@ -1353,7 +1353,7 @@
\item
\ulink{Compound}
-{http://tix.sourceforge.net/dist/current/man/html/TixCmd/compound.html}
+{http://tix.sourceforge.net/dist/current/man/html/TixCmd/compound.htm}
image types can be used to create images that consists of multiple
horizontal lines; each line is composed of a series of items (texts,
bitmaps, images or spaces) arranged from left to right. For example, a
More information about the Python-checkins
mailing list