Kaydet (Commit) 1a0dafb1 authored tarafından Jack Jansen's avatar Jack Jansen

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

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