Commit 1a0dafb1 authored by Jack Jansen's avatar Jack Jansen

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

parent ca5e5edc
......@@ -388,7 +388,7 @@ PyMac_Exit(status)
if (keep) {
SIOUXSettings.standalone = 1;
SIOUXSettings.autocloseonquit = 0;
SIOUXSetTitle("\pterminated");
SIOUXSetTitle("\pterminated");
}
else
SIOUXSettings.autocloseonquit = 1;
......
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