Commit c7115234 authored by Jack Jansen's avatar Jack Jansen

PATCHLEVEL is outdated, use PY_VERSION.

parent 2c9a653b
...@@ -778,7 +778,7 @@ SIOUXDoAboutBox(void) ...@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment