projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Update docs to mention new filesystem handlers.
[wxWidgets.git]
/
wxPython
/
wx
/
lib
/
infoframe.py
diff --git
a/wxPython/wx/lib/infoframe.py
b/wxPython/wx/lib/infoframe.py
index ae40d077160df45dc5191e391807d3a0d71eb53c..9b62ba6f80516c288a0db3aabd8d408cecad817c 100644
(file)
--- 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