From 62442c295af58c0d98825cf3ab9a1ea3ea0ea438 Mon Sep 17 00:00:00 2001 From: Jack Jansen Date: Wed, 5 Mar 2003 16:13:19 +0000 Subject: [PATCH] Fix for bug #697546: don't auto-register the Python documentation by putting the help book in an array. Somehow the fact that Python.app (and, hence, pythonw) got an automatic help menu messed up Tkinter's handling of the help menu. --- Mac/OSXResources/app/Info.plist | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Mac/OSXResources/app/Info.plist b/Mac/OSXResources/app/Info.plist index 6022db7e39e2..d1b5eb9184ee 100644 --- a/Mac/OSXResources/app/Info.plist +++ b/Mac/OSXResources/app/Info.plist @@ -30,7 +30,9 @@ 2.3 CFBundleHelpBookFolder - Documentation + + Documentation + CFBundleHelpBookName Python Help CFBundleHelpTOCFile -- 2.47.3