diff options
author | Richard Nelson <none@none> | 2010-05-26 17:38:04 -0700 |
---|---|---|
committer | Richard Nelson <none@none> | 2010-05-26 17:38:04 -0700 |
commit | 39bf9a6eec24bc480a7f4de19a3e09b98b9ae5ef (patch) | |
tree | 2eb25410cb43e7e28bf9d073d7f864268d53507e | |
parent | 0f86f811c269b7c45baae2ac9bc72df70ba6b520 (diff) |
changed you paid... message to use non-linked name url
-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); |