mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
parent
ecfeb7f095
commit
70a6b49821
246 changed files with 926 additions and 962 deletions
|
@ -244,7 +244,7 @@ class SaveFileDialog(FileDialog):
|
|||
return
|
||||
d = Dialog(self.top,
|
||||
title="Overwrite Existing File Question",
|
||||
text="Overwrite existing file %s?" % `file`,
|
||||
text="Overwrite existing file %r?" % (file,),
|
||||
bitmap='questhead',
|
||||
default=1,
|
||||
strings=("Yes", "Cancel"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue