diff options
author | Jacek Antonelli | 2008-08-15 23:45:34 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:34 -0500 |
commit | cd17687f01420952712a500107e0f93e7ab8d5f8 (patch) | |
tree | ce48c2b706f2c1176290e39fb555fbdf6648ce01 /linden/indra/newview/llfloaterbuycurrency.cpp | |
parent | Second Life viewer sources 1.19.0.5 (diff) | |
download | meta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.zip meta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.tar.gz meta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.tar.bz2 meta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.tar.xz |
Second Life viewer sources 1.19.1.0
Diffstat (limited to 'linden/indra/newview/llfloaterbuycurrency.cpp')
-rw-r--r-- | linden/indra/newview/llfloaterbuycurrency.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llfloaterbuycurrency.cpp b/linden/indra/newview/llfloaterbuycurrency.cpp index c3c7ffa..f4e1118 100644 --- a/linden/indra/newview/llfloaterbuycurrency.cpp +++ b/linden/indra/newview/llfloaterbuycurrency.cpp | |||
@@ -316,7 +316,7 @@ void LLFloaterBuyCurrencyUI::onClickBuy(void* data) | |||
316 | LLFloaterBuyCurrencyUI* self = LLFloaterBuyCurrencyUI::soleInstance(false); | 316 | LLFloaterBuyCurrencyUI* self = LLFloaterBuyCurrencyUI::soleInstance(false); |
317 | if (self) | 317 | if (self) |
318 | { | 318 | { |
319 | self->mManager.buy(self->childGetText("buy_currency")); | 319 | self->mManager.buy(self->getString("buy_currency")); |
320 | self->updateUI(); | 320 | self->updateUI(); |
321 | // JC: updateUI() doesn't get called again until progress is made | 321 | // JC: updateUI() doesn't get called again until progress is made |
322 | // with transaction processing, so the "Purchase" button would be | 322 | // with transaction processing, so the "Purchase" button would be |