mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
Somehow the <<terminated>> got mangled. Fixed.
This commit is contained in:
parent
ca5e5edc69
commit
1a0dafb1ce
1 changed files with 1 additions and 1 deletions
|
@ -388,7 +388,7 @@ PyMac_Exit(status)
|
|||
if (keep) {
|
||||
SIOUXSettings.standalone = 1;
|
||||
SIOUXSettings.autocloseonquit = 0;
|
||||
SIOUXSetTitle("\p´terminatedª");
|
||||
SIOUXSetTitle("\p«terminated»");
|
||||
}
|
||||
else
|
||||
SIOUXSettings.autocloseonquit = 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue