mirror of https://github.com/python/cpython.git
Somehow the <<terminated>> got mangled. Fixed.
This commit is contained in:
parent
ca5e5edc69
commit
1a0dafb1ce
|
@ -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…
Reference in New Issue