cleanup and some WGL PIXELFORMAT issues
[mesa.git] / src / glut / glx / win32_util.c
index d05d1d1e82ba5295bd2adfa8551819c2b7382285..becd823a4098c2fb3ecddb538b038ef54adc4ee6 100644 (file)
@@ -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 */
 }