Changed title.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@20305 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Patrick K. O'Brien
2003-04-19 22:09:49 +00:00
parent 448363cd84
commit af48798d9c

View File

@@ -429,7 +429,7 @@ class EditorNotebook(wx.wxNotebook):
class EditorShellNotebookFrame(EditorNotebookFrame): class EditorShellNotebookFrame(EditorNotebookFrame):
"""Frame containing a notebook containing EditorShellNotebooks.""" """Frame containing a notebook containing EditorShellNotebooks."""
def __init__(self, parent=None, id=-1, title='PyAlaMode', def __init__(self, parent=None, id=-1, title='PyAlaModeTest',
pos=wx.wxDefaultPosition, size=(600, 400), pos=wx.wxDefaultPosition, size=(600, 400),
style=wx.wxDEFAULT_FRAME_STYLE, style=wx.wxDEFAULT_FRAME_STYLE,
filename=None, singlefile=False): filename=None, singlefile=False):