aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llgivemoney.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llgivemoney.cpp')
-rw-r--r--linden/indra/newview/llgivemoney.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/newview/llgivemoney.cpp b/linden/indra/newview/llgivemoney.cpp
index ce8cc06..d3c7598 100644
--- a/linden/indra/newview/llgivemoney.cpp
+++ b/linden/indra/newview/llgivemoney.cpp
@@ -153,7 +153,7 @@ LLFloaterPay::LLFloaterPay(const std::string& name,
153 153
154 childSetKeystrokeCallback("amount", &LLFloaterPay::onKeystroke, this); 154 childSetKeystrokeCallback("amount", &LLFloaterPay::onKeystroke, this);
155 childSetText("amount", last_amount); 155 childSetText("amount", last_amount);
156 childSetPrevalidate("desc", LLLineEditor::prevalidatePositiveS32); 156 childSetPrevalidate("amount", LLLineEditor::prevalidatePositiveS32);
157 157
158 info = new LLGiveMoneyInfo(this, 0); 158 info = new LLGiveMoneyInfo(this, 0);
159 mCallbackData.push_back(info); 159 mCallbackData.push_back(info);
@@ -344,7 +344,7 @@ void LLFloaterPay::payDirectly(money_callback callback,
344{ 344{
345 LLFloaterPay *floater = new LLFloaterPay("Give Money", callback, target_id, FALSE); 345 LLFloaterPay *floater = new LLFloaterPay("Give Money", callback, target_id, FALSE);
346 if (!floater) return; 346 if (!floater) return;
347 347
348 floater->childSetVisible("amount", TRUE); 348 floater->childSetVisible("amount", TRUE);
349 floater->childSetVisible("pay btn", TRUE); 349 floater->childSetVisible("pay btn", TRUE);
350 floater->childSetVisible("amount text", TRUE); 350 floater->childSetVisible("amount text", TRUE);