PATCHLEVEL is outdated, use PY_VERSION.
This commit is contained in:
parent
ad251c7516
commit
f60edf861c
|
@ -778,7 +778,7 @@ SIOUXDoAboutBox(void)
|
||||||
fontID = kFontIDGeneva;
|
fontID = kFontIDGeneva;
|
||||||
TextFont(fontID);
|
TextFont(fontID);
|
||||||
TextSize(9);
|
TextSize(9);
|
||||||
ParamText(Pstring(PATCHLEVEL), "\p", "\p", "\p");
|
ParamText(Pstring(PY_VERSION), "\p", "\p", "\p");
|
||||||
ShowWindow(theWindow);
|
ShowWindow(theWindow);
|
||||||
ModalDialog(NULL, &item);
|
ModalDialog(NULL, &item);
|
||||||
DisposeDialog(theDialog);
|
DisposeDialog(theDialog);
|
||||||
|
|
Loading…
Reference in New Issue