]> git.saurik.com Git - wxWidgets.git/commitdiff
wx.App
authorRobin Dunn <robin@alldunn.com>
Thu, 22 Jan 2004 23:26:34 +0000 (23:26 +0000)
committerRobin Dunn <robin@alldunn.com>
Thu, 22 Jan 2004 23:26:34 +0000 (23:26 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25322 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/demo/GLCanvas.py

index dd5d27eaec6d99bd89090fb076bf2aed42c324f1..37661ab5d94abc1abb1783981e1c5628b2316b94 100644 (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)