mirror of
https://github.com/python/cpython.git
synced 2026-04-24 21:01:04 +00:00
Merge with 3.5
This commit is contained in:
commit
b74a707cbd
1 changed files with 1 additions and 1 deletions
|
|
@ -989,7 +989,7 @@ def close(self):
|
|||
if self.executing:
|
||||
response = tkMessageBox.askokcancel(
|
||||
"Kill?",
|
||||
"The program is still running!\n Do you want to kill it?",
|
||||
"Your program is still running!\n Do you want to kill it?",
|
||||
default="ok",
|
||||
parent=self.text)
|
||||
if response is False:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue