projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Adding label editing to native OS X listctrl.
[wxWidgets.git]
/
wxPython
/
wx
/
lib
/
docview.py
diff --git
a/wxPython/wx/lib/docview.py
b/wxPython/wx/lib/docview.py
index 3d24b224d3f8c7fa384ec73cf2248392c02b302d..8f85b4be2fbea554c3b60311d4854262bfca9778 100644
(file)
--- a/
wxPython/wx/lib/docview.py
+++ b/
wxPython/wx/lib/docview.py
@@
-1039,7
+1039,7
@@
class DocTemplate(wx.Object):
string will be displayed in the file filter list of Windows file
selectors.
- filter is an appropriate file filter such as *.txt.
+ filter is an appropriate file filter such as
\
*.txt.
dir is the default directory to use for file selectors.