Small error message fix

This commit is contained in:
Elias Naur 2003-07-15 14:02:39 +00:00
parent 143067127d
commit 63e3ef67fd
1 changed files with 1 additions and 1 deletions

View File

@ -194,7 +194,7 @@ static bool initWindowGLX(JNIEnv *env, Display *disp, int screen, jstring title,
if (glXIsDirect(disp, context) == False) {
glXDestroyContext(disp, context);
XFree(vis_info);
throwException(env, "Could not create a GLX context");
throwException(env, "Could not create a direct GLX context");
return false;
}
createWindow(env, disp, screen, vis_info, title, x, y, width, height, fscreen);