diff options
Diffstat (limited to 'Mac')
-rw-r--r-- | Mac/Python/macmain.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/Python/macmain.c b/Mac/Python/macmain.c index 7b8692e..8d3fe28 100644 --- a/Mac/Python/macmain.c +++ b/Mac/Python/macmain.c @@ -388,7 +388,7 @@ PyMac_Exit(status) if (keep) { SIOUXSettings.standalone = 1; SIOUXSettings.autocloseonquit = 0; - SIOUXSetTitle("\p«terminated»"); + SIOUXSetTitle("\p\307terminated\310"); } else SIOUXSettings.autocloseonquit = 1; |