aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llstartup.cpp
diff options
context:
space:
mode:
authorMcCabe Maxsted2010-07-15 02:02:57 -0700
committerMcCabe Maxsted2010-07-15 02:11:25 -0700
commit145c9172381f8bef303a86689b52dadf6a05975a (patch)
tree392b2cd85309d65c6eea98efd3a65bf96238554a /linden/indra/newview/llstartup.cpp
parentFixed #368: showlookatinfo notification missing, friendship and calling card ... (diff)
downloadmeta-impy-145c9172381f8bef303a86689b52dadf6a05975a.zip
meta-impy-145c9172381f8bef303a86689b52dadf6a05975a.tar.gz
meta-impy-145c9172381f8bef303a86689b52dadf6a05975a.tar.bz2
meta-impy-145c9172381f8bef303a86689b52dadf6a05975a.tar.xz
Fixed Bug #262: 'Help > Viewer Help' name does not match behavior (also fixed LLWeb::loadURL)
Diffstat (limited to 'linden/indra/newview/llstartup.cpp')
-rw-r--r--linden/indra/newview/llstartup.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llstartup.cpp b/linden/indra/newview/llstartup.cpp
index ac81b9c..baa19e7 100644
--- a/linden/indra/newview/llstartup.cpp
+++ b/linden/indra/newview/llstartup.cpp
@@ -3053,7 +3053,7 @@ bool login_alert_status(const LLSD& notification, const LLSD& response)
3053 break; 3053 break;
3054 case 1: { // Help 3054 case 1: { // Help
3055 const std::string &url = gHippoGridManager->getConnectedGrid()->getSupportUrl(); 3055 const std::string &url = gHippoGridManager->getConnectedGrid()->getSupportUrl();
3056 if (!url.empty()) LLWeb::loadURL(url); 3056 if (!url.empty()) LLWeb::loadURLInternal(url);
3057 break; 3057 break;
3058 } 3058 }
3059 case 2: // Teleport 3059 case 2: // Teleport