--- /Users/kevin/Python-2.6.2/Lib/idlelib/configDialog.py 2009-03-04 16:35:38.000000000 -0500 +++ /Library/Frameworks/Python64.framework/Versions/2.6/lib/python2.6/idlelib/configDialog.py 2009-05-20 18:47:27.000000000 -0400 @@ -28,6 +28,7 @@ self.wm_withdraw() self.configure(borderwidth=5) + self.title('Preferences') self.geometry("+%d+%d" % (parent.winfo_rootx()+20, parent.winfo_rooty()+30)) #Theme Elements. Each theme element key is its display name.