[Python-checkins] python/dist/src/Doc/mac libmacui.tex, 1.18,
1.18.14.1
fdrake at users.sourceforge.net
fdrake at users.sourceforge.net
Mon Dec 15 10:43:41 EST 2003
Update of /cvsroot/python/python/dist/src/Doc/mac
In directory sc8-pr-cvs1:/tmp/cvs-serv19549
Modified Files:
Tag: release23-maint
libmacui.tex
Log Message:
fix typo
(backported from trunk revision 1.22)
Index: libmacui.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/mac/libmacui.tex,v
retrieving revision 1.18
retrieving revision 1.18.14.1
diff -C2 -d -r1.18 -r1.18.14.1
*** libmacui.tex 12 Feb 2003 09:58:33 -0000 1.18
--- libmacui.tex 15 Dec 2003 15:43:39 -0000 1.18.14.1
***************
*** 136,142 ****
\var{location} is the \code{(x, y)} position on the screen where the
dialog is shown,
! \var{actionButtonLabel} is a string to show in stead of ``Open'' in the
OK button,
! \var{cancelButtonLabel} is a string to show in stead of ``Cancel'' in the
cancel button,
\var{wanted} is the type of value wanted as a return: \class{string},
--- 136,142 ----
\var{location} is the \code{(x, y)} position on the screen where the
dialog is shown,
! \var{actionButtonLabel} is a string to show instead of ``Open'' in the
OK button,
! \var{cancelButtonLabel} is a string to show instead of ``Cancel'' in the
cancel button,
\var{wanted} is the type of value wanted as a return: \class{string},
More information about the Python-checkins
mailing list