git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25322 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn 2004-01-22 23:26:34 +00:00
parent 5c75d209da
commit 7cc2d290b4

View File

@ -266,7 +266,7 @@ overview = """\
#----------------------------------------------------------------------
def _test():
class MyApp(wxApp):
class MyApp(wx.App):
def OnInit(self):
frame = wx.Frame(None, -1, "GL Demos", wx.DefaultPosition, (600,300))
#win = ConeCanvas(frame)