aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llpanelgrouplandmoney.cpp
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:44:58 -0500
committerJacek Antonelli2008-08-15 23:44:58 -0500
commit089fc07d207c71ce1401e72f09c31ad8c45872e2 (patch)
tree0028955add042c6f45b47a7b774adeeac9c592cb /linden/indra/newview/llpanelgrouplandmoney.cpp
parentSecond Life viewer sources 1.16.0.5 (diff)
downloadmeta-impy-089fc07d207c71ce1401e72f09c31ad8c45872e2.zip
meta-impy-089fc07d207c71ce1401e72f09c31ad8c45872e2.tar.gz
meta-impy-089fc07d207c71ce1401e72f09c31ad8c45872e2.tar.bz2
meta-impy-089fc07d207c71ce1401e72f09c31ad8c45872e2.tar.xz
Second Life viewer sources 1.17.0.12
Diffstat (limited to 'linden/indra/newview/llpanelgrouplandmoney.cpp')
-rw-r--r--linden/indra/newview/llpanelgrouplandmoney.cpp4
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