mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Merge with 3.4
This commit is contained in:
commit
812b24842c
1 changed files with 1 additions and 1 deletions
|
@ -989,7 +989,7 @@ class PyShell(OutputWindow):
|
|||
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