X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8fa876ca9ec87e90605808bfcab4d4226965dbad..66ff56694e325552c86c5f7b17d4498f8580f427:/wxPython/demo/wxGLCanvas.py diff --git a/wxPython/demo/wxGLCanvas.py b/wxPython/demo/wxGLCanvas.py index 3f2a482d17..51c231e22a 100644 --- a/wxPython/demo/wxGLCanvas.py +++ b/wxPython/demo/wxGLCanvas.py @@ -38,7 +38,7 @@ if not haveGLCanvas: elif not haveOpenGL: def runTest(frame, nb, log): - dlg = wxMessageDialog( + dlg = wx.MessageDialog( frame, 'The OpenGL package was not found. You can get it at\n' 'http://PyOpenGL.sourceforge.net/', 'Sorry', wx.OK | wx.ICON_INFORMATION )