Merge with 3.4
This commit is contained in:
commit
812b24842c
|
@ -989,7 +989,7 @@ class PyShell(OutputWindow):
|
||||||
if self.executing:
|
if self.executing:
|
||||||
response = tkMessageBox.askokcancel(
|
response = tkMessageBox.askokcancel(
|
||||||
"Kill?",
|
"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",
|
default="ok",
|
||||||
parent=self.text)
|
parent=self.text)
|
||||||
if response is False:
|
if response is False:
|
||||||
|
|
Loading…
Reference in New Issue