]> granicus.if.org Git - python/commitdiff
Somehow the <<terminated>> got mangled. Fixed.
authorJack Jansen <jack.jansen@cwi.nl>
Wed, 20 Mar 1996 16:19:00 +0000 (16:19 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Wed, 20 Mar 1996 16:19:00 +0000 (16:19 +0000)
Mac/Python/macmain.c

index bcfed1ad07d8e4393fe3381e1ed32ac6059c152b..7b8692e5fda263702b4388dfe020d8a12b5ce42c 100644 (file)
@@ -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;