summaryrefslogtreecommitdiff
path: root/indra/newview/llappviewerwin32.cpp
diff options
context:
space:
mode:
authorXiaohong Bao <bao@lindenlab.com>2013-07-31 11:18:18 -0600
committerXiaohong Bao <bao@lindenlab.com>2013-07-31 11:18:18 -0600
commitc5651d05fd57b01703999cd3885fb45c69143419 (patch)
tree285fbe9cc7d4301bee5b6aa4c49abe40984dd2e6 /indra/newview/llappviewerwin32.cpp
parentb832e6b62d96d30711f4eee2d299e257617692c8 (diff)
fix some compiling errors.
Diffstat (limited to 'indra/newview/llappviewerwin32.cpp')
-rwxr-xr-xindra/newview/llappviewerwin32.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llappviewerwin32.cpp b/indra/newview/llappviewerwin32.cpp
index f08d2c2a03..4805695e7f 100755
--- a/indra/newview/llappviewerwin32.cpp
+++ b/indra/newview/llappviewerwin32.cpp
@@ -567,7 +567,7 @@ bool LLAppViewerWin32::initHardwareTest()
if (OSBTN_NO== button)
{
LL_INFOS("AppInit") << "User quitting after failed DirectX 9 detection" << LL_ENDL;
- LLWeb::loadURLExternal("http://secondlife.com/support/, false);
+ LLWeb::loadURLExternal("http://secondlife.com/support/", false);
return false;
}
gWarningSettings.setBOOL("AboutDirectX9", FALSE);