diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2001-08-19 22:32:27 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2001-08-19 22:32:27 (GMT) |
commit | f60edf861c82a4ae63addf005f0106c666eccca9 (patch) | |
tree | 970a8c0d5563ab94bbade7a21c8e06b451dd1db3 /Mac/Python | |
parent | ad251c7516853d4d753035b3cac10d5ca8c4b0e4 (diff) | |
download | cpython-f60edf861c82a4ae63addf005f0106c666eccca9.zip cpython-f60edf861c82a4ae63addf005f0106c666eccca9.tar.gz cpython-f60edf861c82a4ae63addf005f0106c666eccca9.tar.bz2 |
PATCHLEVEL is outdated, use PY_VERSION.
Diffstat (limited to 'Mac/Python')
-rw-r--r-- | Mac/Python/macglue.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ SIOUXDoAboutBox(void) 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); |