From 415571cc9f2ab94396d318ca25b6f369c66f2bf6 Mon Sep 17 00:00:00 2001 From: Jack Jansen Date: Mon, 25 Mar 1996 15:46:03 +0000 Subject: Replaced non-ascii chars by backslash escapes --- Mac/Python/macmain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v0.12