Bug 632969 - 3/4 - message wording change - r=karlt, a=blocker

This commit is contained in:
Benoit Jacob 2011-02-11 18:11:30 -05:00
Родитель d177c58987
Коммит 32bf63592d
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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;
}