mirror of
https://github.com/python/cpython.git
synced 2025-10-10 00:43:41 +00:00
IDLE - Capitalize search dialogs' 'Close' button label. (#13691)
It seems to be the only widget label not capitalized.
This commit is contained in:
parent
14a0e16c88
commit
ba0430211f
2 changed files with 3 additions and 2 deletions
|
@ -172,7 +172,7 @@ class SearchDialogBase:
|
|||
f = self.buttonframe = Frame(self.top)
|
||||
f.grid(row=0,column=2,padx=2,pady=2,ipadx=2,ipady=2)
|
||||
|
||||
b = self.make_button("close", self.close)
|
||||
b = self.make_button("Close", self.close)
|
||||
b.lower()
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue