diff options
author | Jacek Antonelli | 2008-08-15 23:44:57 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:44:57 -0500 |
commit | da68d3a57ecb27eba5d7efb8ff77d9640c0be65e (patch) | |
tree | f2fa2b9ed6e8cf49c8a3cb2a1893c4e5c61916a1 /linden/indra/newview/llpanelgrouplandmoney.cpp | |
parent | Second Life viewer sources 1.15.1.3 (diff) | |
download | meta-impy-da68d3a57ecb27eba5d7efb8ff77d9640c0be65e.zip meta-impy-da68d3a57ecb27eba5d7efb8ff77d9640c0be65e.tar.gz meta-impy-da68d3a57ecb27eba5d7efb8ff77d9640c0be65e.tar.bz2 meta-impy-da68d3a57ecb27eba5d7efb8ff77d9640c0be65e.tar.xz |
Second Life viewer sources 1.16.0.5
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llpanelgrouplandmoney.cpp | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/linden/indra/newview/llpanelgrouplandmoney.cpp b/linden/indra/newview/llpanelgrouplandmoney.cpp index 02aaec4..b7a74b1 100644 --- a/linden/indra/newview/llpanelgrouplandmoney.cpp +++ b/linden/indra/newview/llpanelgrouplandmoney.cpp | |||
@@ -1,6 +1,6 @@ | |||
1 | /** | 1 | /** |
2 | * @file llpanelgrouplandmoney.cpp | 2 | * @file llpanelgrouplandmoney.cpp |
3 | * @brief Panel for group land and money. | 3 | * @brief Panel for group land and L$. |
4 | * | 4 | * |
5 | * Copyright (c) 2006-2007, Linden Research, Inc. | 5 | * Copyright (c) 2006-2007, Linden Research, Inc. |
6 | * | 6 | * |
@@ -481,7 +481,7 @@ void LLPanelGroupLandMoney::update(LLGroupChange gc) | |||
481 | 481 | ||
482 | panelp = tabp->getCurrentPanel(); | 482 | panelp = tabp->getCurrentPanel(); |
483 | 483 | ||
484 | //now pull the event handler associated with that money tab | 484 | //now pull the event handler associated with that L$ tab |
485 | if ( panelp ) | 485 | if ( panelp ) |
486 | { | 486 | { |
487 | eh = get_if_there(LLGroupMoneyTabEventHandler::sTabsToHandlers, | 487 | eh = get_if_there(LLGroupMoneyTabEventHandler::sTabsToHandlers, |
@@ -634,7 +634,7 @@ BOOL LLPanelGroupLandMoney::postBuild() | |||
634 | } | 634 | } |
635 | 635 | ||
636 | 636 | ||
637 | //pull out the widgets for the money details tab | 637 | //pull out the widgets for the L$ details tab |
638 | earlierp = (LLButton*) getChildByName("earlier_details_button", true); | 638 | earlierp = (LLButton*) getChildByName("earlier_details_button", true); |
639 | laterp = (LLButton*) getChildByName("later_details_button", true); | 639 | laterp = (LLButton*) getChildByName("later_details_button", true); |
640 | textp = (LLTextEditor*) getChildByName("group_money_details_text", true); | 640 | textp = (LLTextEditor*) getChildByName("group_money_details_text", true); |
@@ -671,7 +671,7 @@ BOOL LLPanelGroupLandMoney::postBuild() | |||
671 | mGroupID); | 671 | mGroupID); |
672 | } | 672 | } |
673 | 673 | ||
674 | //pull out the widgets for the money sales tab | 674 | //pull out the widgets for the L$ sales tab |
675 | earlierp = (LLButton*) getChildByName("earlier_sales_button", true); | 675 | earlierp = (LLButton*) getChildByName("earlier_sales_button", true); |
676 | laterp = (LLButton*) getChildByName("later_sales_button", true); | 676 | laterp = (LLButton*) getChildByName("later_sales_button", true); |
677 | textp = (LLTextEditor*) getChildByName("group_money_sales_text", true); | 677 | textp = (LLTextEditor*) getChildByName("group_money_sales_text", true); |
@@ -708,7 +708,7 @@ void LLPanelGroupLandMoney::processPlacesReply(LLMessageSystem* msg, void**) | |||
708 | LLPanelGroupLandMoney* selfp = sGroupIDs.getIfThere(group_id); | 708 | LLPanelGroupLandMoney* selfp = sGroupIDs.getIfThere(group_id); |
709 | if(!selfp) | 709 | if(!selfp) |
710 | { | 710 | { |
711 | llinfos << "Group Panel Land Money " << group_id << " no longer in existence." | 711 | llinfos << "Group Panel Land L$ " << group_id << " no longer in existence." |
712 | << llendl; | 712 | << llendl; |
713 | return; | 713 | return; |
714 | } | 714 | } |
@@ -1042,7 +1042,7 @@ void LLGroupMoneyDetailsTabEventHandler::processGroupAccountDetailsReply(LLMessa | |||
1042 | msg->getUUIDFast(_PREHASH_AgentData, _PREHASH_AgentID, agent_id ); | 1042 | msg->getUUIDFast(_PREHASH_AgentData, _PREHASH_AgentID, agent_id ); |
1043 | if (gAgent.getID() != agent_id) | 1043 | if (gAgent.getID() != agent_id) |
1044 | { | 1044 | { |
1045 | llwarns << "Got group money history reply for another agent!" | 1045 | llwarns << "Got group L$ history reply for another agent!" |
1046 | << " Probably a userserver bug!" << llendl; | 1046 | << " Probably a userserver bug!" << llendl; |
1047 | return; | 1047 | return; |
1048 | } | 1048 | } |
@@ -1217,7 +1217,7 @@ void LLGroupMoneySalesTabEventHandler::processGroupAccountTransactionsReply(LLMe | |||
1217 | msg->getUUIDFast(_PREHASH_AgentData, _PREHASH_AgentID, agent_id ); | 1217 | msg->getUUIDFast(_PREHASH_AgentData, _PREHASH_AgentID, agent_id ); |
1218 | if (gAgent.getID() != agent_id) | 1218 | if (gAgent.getID() != agent_id) |
1219 | { | 1219 | { |
1220 | llwarns << "Got group money history reply for another agent!" | 1220 | llwarns << "Got group L$ history reply for another agent!" |
1221 | << " Probably a userserver bug!" << llendl; | 1221 | << " Probably a userserver bug!" << llendl; |
1222 | return; | 1222 | return; |
1223 | } | 1223 | } |
@@ -1386,7 +1386,7 @@ void LLGroupMoneyPlanningTabEventHandler::processGroupAccountSummaryReply(LLMess | |||
1386 | msg->getUUIDFast(_PREHASH_AgentData, _PREHASH_AgentID, agent_id ); | 1386 | msg->getUUIDFast(_PREHASH_AgentData, _PREHASH_AgentID, agent_id ); |
1387 | if (gAgent.getID() != agent_id) | 1387 | if (gAgent.getID() != agent_id) |
1388 | { | 1388 | { |
1389 | llwarns << "Got group money history reply for another agent!" | 1389 | llwarns << "Got group L$ history reply for another agent!" |
1390 | << " Probably a userserver bug!" << llendl; | 1390 | << " Probably a userserver bug!" << llendl; |
1391 | return; | 1391 | return; |
1392 | } | 1392 | } |
@@ -1399,7 +1399,7 @@ void LLGroupMoneyPlanningTabEventHandler::processGroupAccountSummaryReply(LLMess | |||
1399 | self = LLGroupMoneyTabEventHandler::sInstanceIDs.getIfThere(request_id); | 1399 | self = LLGroupMoneyTabEventHandler::sInstanceIDs.getIfThere(request_id); |
1400 | if (!self) | 1400 | if (!self) |
1401 | { | 1401 | { |
1402 | llwarns << "GroupAccountSummary recieved for non-existent group money planning tab." << llendl; | 1402 | llwarns << "GroupAccountSummary recieved for non-existent group L$ planning tab." << llendl; |
1403 | return; | 1403 | return; |
1404 | } | 1404 | } |
1405 | 1405 | ||