Prechádzať zdrojové kódy

- remove default "update drivers" message from jMP error screen on startup

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7597 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
nor..67 14 rokov pred
rodič
commit
7ab2c7e8f9

+ 0 - 2
jme3-core/src/com/jme3/gde/core/sceneviewer/SceneViewerTopComponent.java

@@ -205,8 +205,6 @@ public final class SceneViewerTopComponent extends TopComponent {
     public static void showOpenGLError(String e) {
         Message msg = new NotifyDescriptor.Message(
                 "Error opening OpenGL window!\n"
-                + "Your graphics card needs to support at least OpenGL 2.0,\n"
-                + "if that is the case, please download the latest drivers.\n"
                 + "Error: " + e,
                 NotifyDescriptor.ERROR_MESSAGE);
         DialogDisplayer.getDefault().notifyLater(msg);