- 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
This commit is contained in:
parent
d4baac1e6b
commit
5f9da6f1e8
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user