commit | d22d55ed025d3b076376661d7ab4561df6738a07 | [log] [tgz] |
---|---|---|
author | Camilla Berglund <elmindreda@elmindreda.org> | Thu Dec 13 02:36:18 2012 +0100 |
committer | Camilla Berglund <elmindreda@elmindreda.org> | Thu Dec 13 02:36:18 2012 +0100 |
tree | 75a9b21a611ee3bdcab0125aa7a6ddbfabfa5c25 | |
parent | 3f5843f5007043b4d02d74d5cf88826aa05419e4 [diff] |
Updated error message to match updated spec.
diff --git a/src/glx_context.c b/src/glx_context.c index e826897..ac9d066 100644 --- a/src/glx_context.c +++ b/src/glx_context.c
@@ -306,7 +306,7 @@ !_glfwLibrary.GLX.EXT_create_context_es2_profile) { _glfwSetError(GLFW_VERSION_UNAVAILABLE, - "GLX: OpenGL ES 2.x requested but " + "GLX: OpenGL ES requested but " "GLX_EXT_create_context_es2_profile is unavailable"); return GL_FALSE; }