From: Jack Jansen Date: Wed, 20 Mar 1996 16:19:00 +0000 (+0000) Subject: Somehow the <> got mangled. Fixed. X-Git-Tag: v1.4b1~277 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1a0dafb1ce9b3cd9bf1268a038eda20df3a93c54;p=python Somehow the <> got mangled. Fixed. --- diff --git a/Mac/Python/macmain.c b/Mac/Python/macmain.c index bcfed1ad07..7b8692e5fd 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;