From 1a0dafb1ce9b3cd9bf1268a038eda20df3a93c54 Mon Sep 17 00:00:00 2001 From: Jack Jansen Date: Wed, 20 Mar 1996 16:19:00 +0000 Subject: Somehow the <> got mangled. Fixed. --- 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 bcfed1a..7b8692e 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«terminated»"); } else SIOUXSettings.autocloseonquit = 1; -- cgit v0.12