From bcc80ba81db7685eca8fb747812a01b49f09010d Mon Sep 17 00:00:00 2001 From: Jacek Antonelli Date: Mon, 4 Jan 2010 21:39:47 -0600 Subject: Tidied up floater_pay.xml code and UI layout. --- linden/indra/newview/llgivemoney.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'linden/indra/newview/llgivemoney.cpp') diff --git a/linden/indra/newview/llgivemoney.cpp b/linden/indra/newview/llgivemoney.cpp index dd28bda..6c14f49 100644 --- a/linden/indra/newview/llgivemoney.cpp +++ b/linden/indra/newview/llgivemoney.cpp @@ -408,6 +408,9 @@ void LLFloaterPay::onCacheOwnerName(const LLUUID& owner_id, self->childSetTextArg("payee_name", "[FIRST]", firstname); self->childSetTextArg("payee_name", "[LAST]", lastname); + + self->setTitleArg("[FIRST]", firstname); + self->setTitleArg("[LAST]", lastname); } // static -- cgit v1.1