summaryrefslogtreecommitdiff
path: root/Lib/idlelib/help.txt
diff options
context:
space:
mode:
authorRonald Oussoren <ronaldoussoren@mac.com>2009-01-02 13:10:34 +0000
committerRonald Oussoren <ronaldoussoren@mac.com>2009-01-02 13:10:34 +0000
commit4b8bf6bffdfa9d9c7fb92e0c7f09aab1484b5a7d (patch)
tree4c93deecbc375066a47a85b29564e7739c7e905e /Lib/idlelib/help.txt
parent331667741f3ff51010f593bbfc92af38a1fa003c (diff)
downloadcpython-4b8bf6bffdfa9d9c7fb92e0c7f09aab1484b5a7d.tar.gz
Recorded merge of revisions 68153 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r68153 | ronald.oussoren | 2009-01-02 13:59:32 +0100 (Fri, 02 Jan 2009) | 10 lines Fix for issue3559: No preferences menu in IDLE on OSX 1) Add a comment to the help file to that points to the preferences menu. 2) An earlier checkin tried to detect Tk >= 8.10.14, but did this in the wrong way. The end result of this was that the IDLE->Preferences... menu got surpressed when using the system version of Tcl/Tk ........
Diffstat (limited to 'Lib/idlelib/help.txt')
-rw-r--r--Lib/idlelib/help.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/Lib/idlelib/help.txt b/Lib/idlelib/help.txt
index 76cccf07cd..7bfd2cac2a 100644
--- a/Lib/idlelib/help.txt
+++ b/Lib/idlelib/help.txt
@@ -90,7 +90,10 @@ Options Menu:
Configure IDLE -- Open a configuration dialog. Fonts, indentation,
keybindings, and color themes may be altered.
Startup Preferences may be set, and Additional Help
- Souces can be specified.
+ Sources can be specified.
+
+ On MacOS X this menu is not present, use
+ menu 'IDLE -> Preferences...' instead.
---
Code Context -- Open a pane at the top of the edit window which
shows the block context of the section of code