Fix for bug #1217874, Error in parameter name in DocManager.CreateView
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34623 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
55114d934f
commit
5088276afa
@ -1889,7 +1889,7 @@ class DocManager(wx.EvtHandler):
|
||||
return None
|
||||
|
||||
|
||||
def CreateView(self, document, flags=0):
|
||||
def CreateView(self, doc, flags=0):
|
||||
"""
|
||||
Creates a new view for the given document. If more than one view is
|
||||
allowed for the document (by virtue of multiple templates mentioning
|
||||
|
Loading…
Reference in New Issue
Block a user