diff options
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); |