diff options
author | Jacek Antonelli | 2010-01-04 21:39:47 -0600 |
---|---|---|
committer | Jacek Antonelli | 2010-01-04 21:39:47 -0600 |
commit | bcc80ba81db7685eca8fb747812a01b49f09010d (patch) | |
tree | 091ebf152cc7e55c6a26bff3d9a768bf076b1f9c /linden/indra/newview/llgivemoney.cpp | |
parent | Added LLFloater::setTitleArg and LLFloater::setShortTitleArg. (diff) | |
download | meta-impy-bcc80ba81db7685eca8fb747812a01b49f09010d.zip meta-impy-bcc80ba81db7685eca8fb747812a01b49f09010d.tar.gz meta-impy-bcc80ba81db7685eca8fb747812a01b49f09010d.tar.bz2 meta-impy-bcc80ba81db7685eca8fb747812a01b49f09010d.tar.xz |
Tidied up floater_pay.xml code and UI layout.
Diffstat (limited to 'linden/indra/newview/llgivemoney.cpp')
-rw-r--r-- | linden/indra/newview/llgivemoney.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
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, | |||
408 | 408 | ||
409 | self->childSetTextArg("payee_name", "[FIRST]", firstname); | 409 | self->childSetTextArg("payee_name", "[FIRST]", firstname); |
410 | self->childSetTextArg("payee_name", "[LAST]", lastname); | 410 | self->childSetTextArg("payee_name", "[LAST]", lastname); |
411 | |||
412 | self->setTitleArg("[FIRST]", firstname); | ||
413 | self->setTitleArg("[LAST]", lastname); | ||
411 | } | 414 | } |
412 | 415 | ||
413 | // static | 416 | // static |