Somehow the <<terminated>> got mangled. Fixed.

This commit is contained in:
Jack Jansen 1996-03-20 16:19:00 +00:00
parent ca5e5edc69
commit 1a0dafb1ce
1 changed files with 1 additions and 1 deletions

View File

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