PATCHLEVEL is outdated, use PY_VERSION.

This commit is contained in:
Jack Jansen 2001-08-19 22:32:27 +00:00
parent ad251c7516
commit f60edf861c
1 changed files with 1 additions and 1 deletions

View File

@ -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);