projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad251c7
)
PATCHLEVEL is outdated, use PY_VERSION.
author
Jack Jansen
<jack.jansen@cwi.nl>
Sun, 19 Aug 2001 22:32:27 +0000
(22:32 +0000)
committer
Jack Jansen
<jack.jansen@cwi.nl>
Sun, 19 Aug 2001 22:32:27 +0000
(22:32 +0000)
Mac/Python/macglue.c
patch
|
blob
|
history
diff --git
a/Mac/Python/macglue.c
b/Mac/Python/macglue.c
index a118372b756ece05c45d98e7c972c64bd9005464..9c01fd74b807ed48c0bb102042989f9a2dd72265 100644
(file)
--- a/
Mac/Python/macglue.c
+++ b/
Mac/Python/macglue.c
@@
-778,7
+778,7
@@
SIOUXDoAboutBox(void)
fontID = kFontIDGeneva;
TextFont(fontID);
TextSize(9);
- ParamText(Pstring(P
ATCHLEVEL
), "\p", "\p", "\p");
+ ParamText(Pstring(P
Y_VERSION
), "\p", "\p", "\p");
ShowWindow(theWindow);
ModalDialog(NULL, &item);
DisposeDialog(theDialog);