diff options
| author | Cho <cho@lindenlab.com> | 2013-12-18 22:24:21 +0000 |
|---|---|---|
| committer | Cho <cho@lindenlab.com> | 2013-12-18 22:24:21 +0000 |
| commit | e88c9909b627502db55aa85ba8b2947039818e60 (patch) | |
| tree | d161a0993dd2975ece5573478230dc3eeac176c8 /indra/newview/llfacebookconnect.cpp | |
| parent | be80b11d3063cc1b394ed604901418ba421cd86c (diff) | |
Added highlighting to SLShare tabs for ACME-1177
Diffstat (limited to 'indra/newview/llfacebookconnect.cpp')
| -rw-r--r-- | indra/newview/llfacebookconnect.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfacebookconnect.cpp b/indra/newview/llfacebookconnect.cpp index eeb28376a9..77c67b1779 100644 --- a/indra/newview/llfacebookconnect.cpp +++ b/indra/newview/llfacebookconnect.cpp @@ -468,6 +468,7 @@ std::string LLFacebookConnect::getFacebookConnectURL(const std::string& route, b LLViewerRegion *regionp = gAgent.getRegion(); if (regionp) { + //url = "http://pdp15.lindenlab.com/facebook/agent/" + gAgentID.asString(); // TEMPORARY FOR TESTING - CHO url = regionp->getCapability("FacebookConnect"); url += route; |
