]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/wx/lib/infoframe.py
Compile fixes for Panther
[wxWidgets.git] / wxPython / wx / lib / infoframe.py
index ae40d077160df45dc5191e391807d3a0d71eb53c..9b62ba6f80516c288a0db3aabd8d408cecad817c 100644 (file)
@@ -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