diff options
author | Cho <cho@lindenlab.com> | 2013-11-04 23:42:21 +0000 |
---|---|---|
committer | Cho <cho@lindenlab.com> | 2013-11-04 23:42:21 +0000 |
commit | cea9ffe89ce98f04e311aa989cce5955e77a15ff (patch) | |
tree | a39aba4b740cd90afa649fd5fd08176bbf3e5af6 /indra/newview/lltwitterconnect.cpp | |
parent | 7c46eb17f24e30fe83469a297086aa93f100e5ed (diff) |
added Twitter floater for ACME-1146, ACME-1147, ACME-1148, ACME-1149, and ACME-1150
Diffstat (limited to 'indra/newview/lltwitterconnect.cpp')
-rw-r--r-- | indra/newview/lltwitterconnect.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/lltwitterconnect.cpp b/indra/newview/lltwitterconnect.cpp index 80142e7073..5abd654d0c 100644 --- a/indra/newview/lltwitterconnect.cpp +++ b/indra/newview/lltwitterconnect.cpp @@ -296,7 +296,8 @@ std::string LLTwitterConnect::getTwitterConnectURL(const std::string& route, boo LLViewerRegion *regionp = gAgent.getRegion(); if (regionp) { - url = regionp->getCapability("TwitterConnect"); + url = "http://pdp15.lindenlab.com/twitter/agent/" + gAgentID.asString(); // TEMPORARY FOR TESTING - CHO + //url = regionp->getCapability("TwitterConnect"); url += route; if (include_read_from_master && mReadFromMaster) |