diff options
author | Richard Nelson <none@none> | 2010-03-29 15:29:12 -0700 |
---|---|---|
committer | Richard Nelson <none@none> | 2010-03-29 15:29:12 -0700 |
commit | eeeca917975e11bfe4b42a6b3c9c23cd63f2fe2e (patch) | |
tree | 523ce33dd89d2d24e936baa11a0b8263c668ce49 /indra/newview/llappviewerwin32.cpp | |
parent | 114e5ca0839bace7f247a6eadb6e06a28597501d (diff) | |
parent | e50586043b3920864d58bb2243d977705d6669aa (diff) |
merge
Diffstat (limited to 'indra/newview/llappviewerwin32.cpp')
-rw-r--r-- | indra/newview/llappviewerwin32.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llappviewerwin32.cpp b/indra/newview/llappviewerwin32.cpp index 63d9ed19ad..60a6d2f072 100644 --- a/indra/newview/llappviewerwin32.cpp +++ b/indra/newview/llappviewerwin32.cpp @@ -469,7 +469,7 @@ bool LLAppViewerWin32::initHardwareTest() if (OSBTN_NO== button) { LL_INFOS("AppInit") << "User quitting after failed DirectX 9 detection" << LL_ENDL; - LLWeb::loadURLExternal(DIRECTX_9_URL); + LLWeb::loadURLExternal(DIRECTX_9_URL, false); return false; } gWarningSettings.setBOOL("AboutDirectX9", FALSE); |