diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llpanelgrouplandmoney.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/newview/llpanelgrouplandmoney.cpp b/linden/indra/newview/llpanelgrouplandmoney.cpp index b7a74b1..117145e 100644 --- a/linden/indra/newview/llpanelgrouplandmoney.cpp +++ b/linden/indra/newview/llpanelgrouplandmoney.cpp | |||
@@ -569,14 +569,14 @@ BOOL LLPanelGroupLandMoney::postBuild() | |||
569 | if ( no_permsp ) | 569 | if ( no_permsp ) |
570 | { | 570 | { |
571 | mImplementationp->mCantViewParcelsText = no_permsp->getText(); | 571 | mImplementationp->mCantViewParcelsText = no_permsp->getText(); |
572 | removeChild(no_permsp); | 572 | removeChild(no_permsp, TRUE); |
573 | } | 573 | } |
574 | 574 | ||
575 | no_permsp = (LLTextBox*) getChildByName("cant_view_group_accounting_text"); | 575 | no_permsp = (LLTextBox*) getChildByName("cant_view_group_accounting_text"); |
576 | if ( no_permsp ) | 576 | if ( no_permsp ) |
577 | { | 577 | { |
578 | mImplementationp->mCantViewAccountsText = no_permsp->getText(); | 578 | mImplementationp->mCantViewAccountsText = no_permsp->getText(); |
579 | removeChild(no_permsp); | 579 | removeChild(no_permsp, TRUE); |
580 | } | 580 | } |
581 | 581 | ||
582 | 582 | ||