mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
PATCHLEVEL is outdated, use PY_VERSION.
This commit is contained in:
parent
ad251c7516
commit
f60edf861c
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue