[Python-checkins] CVS: python/dist/src/Mac/Python macglue.c,1.101,1.101.2.1

Guido van Rossum gvanrossum@users.sourceforge.net
Mon, 20 Aug 2001 10:12:39 -0700


Update of /cvsroot/python/python/dist/src/Mac/Python
In directory usw-pr-cvs1:/tmp/cvs-serv16167/Python

Modified Files:
      Tag: r22a2-branch
	macglue.c 
Log Message:
Merge Jack's changes from the trunk

Index: macglue.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Python/macglue.c,v
retrieving revision 1.101
retrieving revision 1.101.2.1
diff -C2 -d -r1.101 -r1.101.2.1
*** macglue.c	2001/08/08 13:17:31	1.101
--- macglue.c	2001/08/20 17:12:37	1.101.2.1
***************
*** 779,783 ****
  	TextFont(fontID);
  	TextSize(9);
! 	ParamText(Pstring(PATCHLEVEL), "\p", "\p", "\p");
  	ShowWindow(theWindow);
  	ModalDialog(NULL, &item);
--- 779,783 ----
  	TextFont(fontID);
  	TextSize(9);
! 	ParamText(Pstring(PY_VERSION), "\p", "\p", "\p");
  	ShowWindow(theWindow);
  	ModalDialog(NULL, &item);