commit | f60edf861c82a4ae63addf005f0106c666eccca9 | [log] [tgz] |
---|---|---|
author | Jack Jansen <jack.jansen@cwi.nl> | Sun Aug 19 22:32:27 2001 +0000 |
committer | Jack Jansen <jack.jansen@cwi.nl> | Sun Aug 19 22:32:27 2001 +0000 |
tree | 970a8c0d5563ab94bbade7a21c8e06b451dd1db3 | |
parent | ad251c7516853d4d753035b3cac10d5ca8c4b0e4 [diff] [blame] |
PATCHLEVEL is outdated, use PY_VERSION.
diff --git a/Mac/Python/macglue.c b/Mac/Python/macglue.c index a118372..9c01fd7 100644 --- a/Mac/Python/macglue.c +++ b/Mac/Python/macglue.c
@@ -778,7 +778,7 @@ fontID = kFontIDGeneva; TextFont(fontID); TextSize(9); - ParamText(Pstring(PATCHLEVEL), "\p", "\p", "\p"); + ParamText(Pstring(PY_VERSION), "\p", "\p", "\p"); ShowWindow(theWindow); ModalDialog(NULL, &item); DisposeDialog(theDialog);