From f3c9ad02b027de69322260b0638cbf1454277e0d Mon Sep 17 00:00:00 2001 From: McCabe Maxsted Date: Sun, 18 Apr 2010 13:21:00 -0700 Subject: Fixed windows compile error introduced in ca315cbe --- linden/indra/newview/llappviewerwin32.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'linden') 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 @@ * * $LicenseInfo:firstyear=2007&license=viewergpl$ * - * Copyright (c) 2007-2009, Linden Research, Inc. + * Copyright (c) 2007-2010, Linden Research, Inc. * * Second Life Viewer Source Code * The source code in this file ("Source Code") is provided by Linden Lab @@ -103,7 +103,7 @@ extern "C" { #endif #endif -const std::string LLAppViewerWin32::sWindowClass = "Second Life"; +const std::string LLAppViewerWin32::sWindowClass = "Imprudence"; LONG WINAPI viewer_windows_exception_handler(struct _EXCEPTION_POINTERS *exception_infop) { @@ -500,7 +500,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); DIRECTX_9_URL removed in ca315cbe -- MC return false; } gSavedSettings.setWarning("AboutDirectX9", FALSE); -- cgit v1.1