X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9f4cc34f375fbff74006f3057e90dd01c426f580..f2a2796dae3afba9553f3f0735de86bb56da8c0d:/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