summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorRichard Nelson <none@none>2010-05-26 17:40:56 -0700
committerRichard Nelson <none@none>2010-05-26 17:40:56 -0700
commit5250ac075a2bf2ce6712acdb908432229b110c1a (patch)
tree937988cd1cd2afe9f826b105b592ab750beadba2 /indra
parentcbbc5c75a9e604d34ead8ad8c041f78fe682c2c7 (diff)
parent39bf9a6eec24bc480a7f4de19a3e09b98b9ae5ef (diff)
Automated merge with ssh://richard@hg.lindenlab.com/james/viewer-identity-evolution
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/llviewermessage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewermessage.cpp b/indra/newview/llviewermessage.cpp
index ccd2f6ea0e..6ead2e2457 100644
--- a/indra/newview/llviewermessage.cpp
+++ b/indra/newview/llviewermessage.cpp
@@ -5017,7 +5017,7 @@ static void process_money_balance_reply_extended(LLMessageSystem* msg)
const char* dest_type = (is_dest_group ? "group" : "agent");
std::string dest_slurl =
- LLSLURL( dest_type, dest_id, "inspect").getSLURLString();
+ LLSLURL( dest_type, dest_id, "completename").getSLURLString();
std::string reason =
reason_from_transaction_type(transaction_type, item_description);