X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/299647acac7960652aadb008775429c1f8ea9b8d..5e8b10e9027497ec09ce669de288b757a1fbcfc9:/wxPython/demo/GLCanvas.py diff --git a/wxPython/demo/GLCanvas.py b/wxPython/demo/GLCanvas.py index 51c231e22a..dd5d27eaec 100644 --- a/wxPython/demo/GLCanvas.py +++ b/wxPython/demo/GLCanvas.py @@ -29,7 +29,7 @@ except ImportError: if not haveGLCanvas: def runTest(frame, nb, log): dlg = wx.MessageDialog( - frame, 'The wxGLCanvas has not been included with this build of wxPython!', + frame, 'The wx.GLCanvas has not been included with this build of wxPython!', 'Sorry', wx.OK | wx.ICON_INFORMATION ) @@ -69,7 +69,7 @@ else: box.Add(btn, 0, wx.ALIGN_CENTER|wx.ALL, 15) self.Bind(wx.EVT_BUTTON, self.OnButton, id=k) - #** Enable this to show putting a wxGLCanvas on the wxPanel + #** Enable this to show putting a wx.GLCanvas on the wxPanel if 0: c = CubeCanvas(self) c.SetSize((200, 200))