X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9f4cc34f375fbff74006f3057e90dd01c426f580..68fc5c8025e38b9d827383fbfe7ce509ae331c1f:/wxPython/wx/lib/infoframe.py diff --git a/wxPython/wx/lib/infoframe.py b/wxPython/wx/lib/infoframe.py index ae40d07716..9b62ba6f80 100644 --- a/wxPython/wx/lib/infoframe.py +++ b/wxPython/wx/lib/infoframe.py @@ -406,7 +406,7 @@ class PyInformationalMessagesFrame: self.CloseFile() dlg = wx.FileDialog(self.frame, "Choose a new log file", self.dir,"","*", - wx.SAVE | wx.HIDE_READONLY | wx.OVERWRITE_PROMPT) + wx.SAVE | wx.OVERWRITE_PROMPT) if dlg.ShowModal() == wx.ID_CANCEL: dlg.Destroy() return 0