diff options
author | Jacek Antonelli | 2008-08-15 23:44:49 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:44:49 -0500 |
commit | c659c65d02d4d92b614ccdf2e2a4a0dcf859a8cd (patch) | |
tree | 49f225d319b111f30f113c4cf7728565afa52132 /linden/indra/newview/llgivemoney.cpp | |
parent | Second Life viewer sources 1.13.2.15 (diff) | |
download | meta-impy-c659c65d02d4d92b614ccdf2e2a4a0dcf859a8cd.zip meta-impy-c659c65d02d4d92b614ccdf2e2a4a0dcf859a8cd.tar.gz meta-impy-c659c65d02d4d92b614ccdf2e2a4a0dcf859a8cd.tar.bz2 meta-impy-c659c65d02d4d92b614ccdf2e2a4a0dcf859a8cd.tar.xz |
Second Life viewer sources 1.13.3.2
Diffstat (limited to 'linden/indra/newview/llgivemoney.cpp')
-rw-r--r-- | linden/indra/newview/llgivemoney.cpp | 4 |
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); |