aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llpanelgroup.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/llpanelgroup.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 '')
-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");