From: Robin Dunn Date: Thu, 22 Jan 2004 23:26:34 +0000 (+0000) Subject: wx.App X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/7cc2d290b49e147c4a8640babc67475698046d51 wx.App git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25322 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/demo/GLCanvas.py b/wxPython/demo/GLCanvas.py index dd5d27eaec..37661ab5d9 100644 --- a/wxPython/demo/GLCanvas.py +++ b/wxPython/demo/GLCanvas.py @@ -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)