Kaydet (Commit) a5e8bb94 authored tarafından Kurt B. Kaiser's avatar Kurt B. Kaiser

Default the OK key in the Save Before Run dialog.

üst 33e0f383
......@@ -155,6 +155,7 @@ class ScriptBinding:
message=msg,
icon=tkMessageBox.QUESTION,
type=tkMessageBox.OKCANCEL,
default=tkMessageBox.OK,
master=self.editwin.text)
reply = mb.show()
if reply == "ok":
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment