PATCHLEVEL is outdated, use PY_VERSION.
This commit is contained in:
parent
ad251c7516
commit
f60edf861c
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue