From 7b8f4f291875c78a708e1a90d0a9cf219e59d093 Mon Sep 17 00:00:00 2001 From: Benoit Jacob Date: Fri, 11 Feb 2011 18:11:30 -0500 Subject: [PATCH] Bug 632969 - 3/4 - message wording change - r=karlt, a=blocker --- gfx/thebes/GLContextProviderGLX.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gfx/thebes/GLContextProviderGLX.cpp b/gfx/thebes/GLContextProviderGLX.cpp index 52bafed42f3b..a54fc2964f92 100644 --- a/gfx/thebes/GLContextProviderGLX.cpp +++ b/gfx/thebes/GLContextProviderGLX.cpp @@ -238,8 +238,8 @@ public: if (strcmp(glxVendorString, "NVIDIA Corporation") && !PR_GetEnv("MOZ_GLX_IGNORE_BLACKLIST")) { - printf("[GLX] currently only allowing the NVIDIA proprietary driver, as other drivers are giving too many crashes. " - "To bypass this, define the MOZ_GLX_IGNORE_BLACKLIST environment variable.\n"); + printf("[GLX] your GL driver is currently blocked. If you would like to bypass this, " + "define the MOZ_GLX_IGNORE_BLACKLIST environment variable.\n"); return nsnull; }