summaryrefslogtreecommitdiff
path: root/indra/newview/llviewermessage.cpp
diff options
context:
space:
mode:
authorLeyla Farazha <leyla@lindenlab.com>2010-05-27 15:12:42 -0700
committerLeyla Farazha <leyla@lindenlab.com>2010-05-27 15:12:42 -0700
commitfee7b15417d2bb1374ec9f861db77e51cbca7fe5 (patch)
tree8f7e0655602996316d083500bcdbe52137c2e72a /indra/newview/llviewermessage.cpp
parent6cb420b20bd509e7bf62c8450f12d433c5a81be2 (diff)
parentc7a6a2e08f34b2cd21816a905c21e8017646001c (diff)
Merge
Diffstat (limited to 'indra/newview/llviewermessage.cpp')
-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);