summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelprofile.cpp
diff options
context:
space:
mode:
authorRichard Nelson <richard@lindenlab.com>2011-10-10 19:18:44 -0700
committerRichard Nelson <richard@lindenlab.com>2011-10-10 19:18:44 -0700
commitbf7d3532c6c139f87922afbc35d8ffa579f83cca (patch)
tree321eb01c0af0c612676846c1f3b22110ed688ee9 /indra/newview/llpanelprofile.cpp
parent71879916428e9e15081d73696f46bb4a32877265 (diff)
parentec23ec68ea8835e4155e083ec5570245b0aef1ec (diff)
Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience-fui
Diffstat (limited to 'indra/newview/llpanelprofile.cpp')
-rwxr-xr-xindra/newview/llpanelprofile.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpanelprofile.cpp b/indra/newview/llpanelprofile.cpp
index fd5c3362bb..27390fca78 100755
--- a/indra/newview/llpanelprofile.cpp
+++ b/indra/newview/llpanelprofile.cpp
@@ -72,7 +72,7 @@ public:
std::string agent_name = params[0];
llinfos << "Profile, agent_name " << agent_name << llendl;
std::string url = getProfileURL(agent_name);
- LLWeb::loadWebURLInternal(url);
+ LLWeb::loadURLInternal(url);
return true;
}