- 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
3.0
nor..67 14 years ago
parent d4baac1e6b
commit 5f9da6f1e8
  1. 2
      sdk/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) { public static void showOpenGLError(String e) {
Message msg = new NotifyDescriptor.Message( Message msg = new NotifyDescriptor.Message(
"Error opening OpenGL window!\n" "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, + "Error: " + e,
NotifyDescriptor.ERROR_MESSAGE); NotifyDescriptor.ERROR_MESSAGE);
DialogDisplayer.getDefault().notifyLater(msg); DialogDisplayer.getDefault().notifyLater(msg);

Loading…
Cancel
Save