summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelgroup.cpp
diff options
context:
space:
mode:
authorJosh Bell <josh@lindenlab.com>2007-06-04 18:46:59 +0000
committerJosh Bell <josh@lindenlab.com>2007-06-04 18:46:59 +0000
commite61a10ec5b6b84fcb5c27e8e308022d0094f8736 (patch)
treebcf6152629edb1b2548af039bd89b6b573e1e514 /indra/newview/llpanelgroup.cpp
parent3e9872a297c3cf3f929e688e0e89a78f6bc050f5 (diff)
svn merge -r 62602:62831 svn+ssh://svn.lindenlab.com/svn/linden/branches/maintenance --> release
Diffstat (limited to 'indra/newview/llpanelgroup.cpp')
-rw-r--r--indra/newview/llpanelgroup.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/indra/newview/llpanelgroup.cpp b/indra/newview/llpanelgroup.cpp
index 4962329619..23f7a4aba6 100644
--- a/indra/newview/llpanelgroup.cpp
+++ b/indra/newview/llpanelgroup.cpp
@@ -58,7 +58,7 @@ BOOL LLPanelGroupTab::postBuild()
if (txt)
{
mHelpText = txt->getText();
- removeChild(txt);
+ removeChild(txt, TRUE);
}
return TRUE;
}
@@ -265,13 +265,13 @@ BOOL LLPanelGroup::postBuild()
if (txt)
{
mDefaultNeedsApplyMesg = txt->getText();
- removeChild(txt);
+ removeChild(txt, TRUE);
}
txt = (LLTextBox*)getChildByName("want_apply_text");
if (txt)
{
mWantApplyMesg = txt->getText();
- removeChild(txt);
+ removeChild(txt, TRUE);
}
LLButton* button = (LLButton*) getChildByName("btn_ok");