Issue 40905: IDLE relabel Save-on-close buttons

Issue40905

Created on 2020-06-07 23:51 by terry.reedy, last changed 2022-04-11 14:59 by admin.

Messages (2)
msg370934 - (view) Author: Terry J. Reedy (terry.reedy) * (Python committer) Date: 2020-06-07 23:51
Currently [Yes]  [No]  [Cancel]
Proposed (#13504) [Save]  [Skip save]  [Cancel close]
msg370938 - (view) Author: Terry J. Reedy (terry.reedy) * (Python committer) Date: 2020-06-08 00:15
iomenu.maybesave pops up messagebox.askyesnocancel  There is no way to change button labels, so would need query with only buttons.  Simpledialog would not work.
History
Date User Action Args
2022-04-11 14:59:32adminsetgithub: 85082
2020-06-13 09:52:26terry.reedysettitle: IDLE relabel Save on close -> IDLE relabel Save-on-close buttons
2020-06-08 00:15:54terry.reedysetmessages: + msg370938
2020-06-07 23:51:44terry.reedycreate