diff options
author | callum <none@none> | 2010-12-29 13:35:23 -0800 |
---|---|---|
committer | callum <none@none> | 2010-12-29 13:35:23 -0800 |
commit | 855fd156b067ff08b020eb22d7d8c0d1d3960de3 (patch) | |
tree | e3bec5050c64b23da24db78cff724d5e17188589 /indra/newview/llpanelprofile.cpp | |
parent | fa776d805437a89bcd322513ce43e702853f5f1b (diff) |
SOCIAL-405 FIX Always make Web profiles open in internal Web content floater regardless of prefs
Diffstat (limited to 'indra/newview/llpanelprofile.cpp')
-rwxr-xr-x | indra/newview/llpanelprofile.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpanelprofile.cpp b/indra/newview/llpanelprofile.cpp index 170e8e9846..4f13c0c022 100755 --- a/indra/newview/llpanelprofile.cpp +++ b/indra/newview/llpanelprofile.cpp @@ -61,7 +61,7 @@ public: std::string agent_name = params[0]; llinfos << "Profile, agent_name " << agent_name << llendl; std::string url = getProfileURL(agent_name); - LLWeb::loadURLInternal(url); + LLWeb::loadWebURLInternal(url); return true; } |