From d22d55ed025d3b076376661d7ab4561df6738a07 Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Thu, 13 Dec 2012 02:36:18 +0100 Subject: [PATCH] Updated error message to match updated spec. --- src/glx_context.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/glx_context.c b/src/glx_context.c index e826897b..ac9d0662 100644 --- a/src/glx_context.c +++ b/src/glx_context.c @@ -306,7 +306,7 @@ static int createContext(_GLFWwindow* window, !_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; }