summaryrefslogtreecommitdiffstats
path: root/Mac/Python
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2001-08-19 22:32:27 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2001-08-19 22:32:27 (GMT)
commitf60edf861c82a4ae63addf005f0106c666eccca9 (patch)
tree970a8c0d5563ab94bbade7a21c8e06b451dd1db3 /Mac/Python
parentad251c7516853d4d753035b3cac10d5ca8c4b0e4 (diff)
downloadcpython-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.c2
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);