X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9f4cc34f375fbff74006f3057e90dd01c426f580..d24a9fc7686f9190fa32e3b5fe322d14f7c43e7c:/wxPython/wx/lib/infoframe.py?ds=sidebyside 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