]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/wxPython/demo/wxVTKRenderWindow.py
Added OGL to contrib
[wxWidgets.git] / utils / wxPython / demo / wxVTKRenderWindow.py
index d649707af542a617c3b5ba11c0c2418afd5711ca..df1a710d0fe50b3e158d498fc6f32b40f74775c5 100644 (file)
@@ -45,8 +45,8 @@ def runTest(frame, nb, log):
 
 
     else:
-        wxMessageBox("Unable to import VTK, which is a required component "
-                     "of this demo.  You need to download and install the "
+        wxMessageBox("Unable to import VTK, which is a required component\n"
+                     "of this demo.  You need to download and install the\n"
                      "Python extension module for VTK from http://www.kitware.com/",
                      "Import Error")
         return None