aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llappviewerwin32.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llappviewerwin32.cpp')
-rw-r--r--linden/indra/newview/llappviewerwin32.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/linden/indra/newview/llappviewerwin32.cpp b/linden/indra/newview/llappviewerwin32.cpp
index 87be31a..0d5b884 100644
--- a/linden/indra/newview/llappviewerwin32.cpp
+++ b/linden/indra/newview/llappviewerwin32.cpp
@@ -4,7 +4,7 @@
4 * 4 *
5 * $LicenseInfo:firstyear=2007&license=viewergpl$ 5 * $LicenseInfo:firstyear=2007&license=viewergpl$
6 * 6 *
7 * Copyright (c) 2007-2009, Linden Research, Inc. 7 * Copyright (c) 2007-2010, Linden Research, Inc.
8 * 8 *
9 * Second Life Viewer Source Code 9 * Second Life Viewer Source Code
10 * The source code in this file ("Source Code") is provided by Linden Lab 10 * The source code in this file ("Source Code") is provided by Linden Lab
@@ -103,7 +103,7 @@ extern "C" {
103#endif 103#endif
104#endif 104#endif
105 105
106const std::string LLAppViewerWin32::sWindowClass = "Second Life"; 106const std::string LLAppViewerWin32::sWindowClass = "Imprudence";
107 107
108LONG WINAPI viewer_windows_exception_handler(struct _EXCEPTION_POINTERS *exception_infop) 108LONG WINAPI viewer_windows_exception_handler(struct _EXCEPTION_POINTERS *exception_infop)
109{ 109{
@@ -500,7 +500,7 @@ bool LLAppViewerWin32::initHardwareTest()
500 if (OSBTN_NO== button) 500 if (OSBTN_NO== button)
501 { 501 {
502 LL_INFOS("AppInit") << "User quitting after failed DirectX 9 detection" << LL_ENDL; 502 LL_INFOS("AppInit") << "User quitting after failed DirectX 9 detection" << LL_ENDL;
503 LLWeb::loadURLExternal(DIRECTX_9_URL); 503 //LLWeb::loadURLExternal(DIRECTX_9_URL); DIRECTX_9_URL removed in ca315cbe -- MC
504 return false; 504 return false;
505 } 505 }
506 gSavedSettings.setWarning("AboutDirectX9", FALSE); 506 gSavedSettings.setWarning("AboutDirectX9", FALSE);