]> granicus.if.org Git - python/commitdiff
#6076 Add a title to the IDLE Preferences window.
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>
Wed, 15 Jul 2009 21:29:27 +0000 (21:29 +0000)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>
Wed, 15 Jul 2009 21:29:27 +0000 (21:29 +0000)
Lib/idlelib/configDialog.py

index 2f66d09520c7eac600702f7ce88084bd14f7e960..2f199a0600e3d5e1acd41bbf856f3186fe3d2d4d 100644 (file)
@@ -28,6 +28,7 @@ class ConfigDialog(Toplevel):
         self.wm_withdraw()
 
         self.configure(borderwidth=5)
+        self.title('IDLE Preferences')
         self.geometry("+%d+%d" % (parent.winfo_rootx()+20,
                 parent.winfo_rooty()+30))
         #Theme Elements. Each theme element key is its display name.