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:
Robin Dunn
2005-06-10 00:30:14 +00:00
parent 55114d934f
commit 5088276afa

View File

@@ -1889,7 +1889,7 @@ class DocManager(wx.EvtHandler):
return None 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 Creates a new view for the given document. If more than one view is
allowed for the document (by virtue of multiple templates mentioning allowed for the document (by virtue of multiple templates mentioning