Commit 415571cc authored by Jack Jansen's avatar Jack Jansen

Replaced non-ascii chars by backslash escapes

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