From facb597f48e6ecc782f5fc1919499236b4a2294a Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Fri, 3 Oct 2003 14:37:18 +0000 Subject: fix error message (bug 816876) --- src/glut/glx/win32_util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/glut/glx') diff --git a/src/glut/glx/win32_util.c b/src/glut/glx/win32_util.c index d05d1d1e82..becd823a40 100644 --- a/src/glut/glx/win32_util.c +++ b/src/glut/glx/win32_util.c @@ -66,7 +66,7 @@ __glutFont(void *font) case (int)GLUT_BITMAP_HELVETICA_18: return &glutBitmapHelvetica18; } - __glutFatalError("out of memory."); + __glutFatalError("font not found."); /* NOTREACHED */ return NULL; /* MSVC compiler complains if there is no return at all */ } -- cgit v1.2.3