aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llpanelgroup.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llpanelgroup.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/linden/indra/newview/llpanelgroup.cpp b/linden/indra/newview/llpanelgroup.cpp
index 47dacf3..8061e42 100644
--- a/linden/indra/newview/llpanelgroup.cpp
+++ b/linden/indra/newview/llpanelgroup.cpp
@@ -78,7 +78,7 @@ BOOL LLPanelGroupTab::postBuild()
78 if (txt) 78 if (txt)
79 { 79 {
80 mHelpText = txt->getText(); 80 mHelpText = txt->getText();
81 removeChild(txt); 81 removeChild(txt, TRUE);
82 } 82 }
83 return TRUE; 83 return TRUE;
84} 84}
@@ -285,13 +285,13 @@ BOOL LLPanelGroup::postBuild()
285 if (txt) 285 if (txt)
286 { 286 {
287 mDefaultNeedsApplyMesg = txt->getText(); 287 mDefaultNeedsApplyMesg = txt->getText();
288 removeChild(txt); 288 removeChild(txt, TRUE);
289 } 289 }
290 txt = (LLTextBox*)getChildByName("want_apply_text"); 290 txt = (LLTextBox*)getChildByName("want_apply_text");
291 if (txt) 291 if (txt)
292 { 292 {
293 mWantApplyMesg = txt->getText(); 293 mWantApplyMesg = txt->getText();
294 removeChild(txt); 294 removeChild(txt, TRUE);
295 } 295 }
296 296
297 LLButton* button = (LLButton*) getChildByName("btn_ok"); 297 LLButton* button = (LLButton*) getChildByName("btn_ok");