diff options
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 |