diff options
author | Richard Nelson <none@none> | 2010-05-26 17:40:56 -0700 |
---|---|---|
committer | Richard Nelson <none@none> | 2010-05-26 17:40:56 -0700 |
commit | 5250ac075a2bf2ce6712acdb908432229b110c1a (patch) | |
tree | 937988cd1cd2afe9f826b105b592ab750beadba2 | |
parent | cbbc5c75a9e604d34ead8ad8c041f78fe682c2c7 (diff) | |
parent | 39bf9a6eec24bc480a7f4de19a3e09b98b9ae5ef (diff) |
Automated merge with ssh://richard@hg.lindenlab.com/james/viewer-identity-evolution
-rw-r--r-- | indra/newview/llviewermessage.cpp | 2 |
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); |