diff options
Diffstat (limited to 'linden/indra/newview/llpanelgroupvoting.cpp')
-rw-r--r-- | linden/indra/newview/llpanelgroupvoting.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/linden/indra/newview/llpanelgroupvoting.cpp b/linden/indra/newview/llpanelgroupvoting.cpp index eca188e..8b8cd76 100644 --- a/linden/indra/newview/llpanelgroupvoting.cpp +++ b/linden/indra/newview/llpanelgroupvoting.cpp | |||
@@ -1299,28 +1299,28 @@ BOOL LLPanelGroupVoting::postBuild() | |||
1299 | if (txt) | 1299 | if (txt) |
1300 | { | 1300 | { |
1301 | mImpl->mViewProposalHeaderText = txt->getText(); | 1301 | mImpl->mViewProposalHeaderText = txt->getText(); |
1302 | removeChild(txt); | 1302 | removeChild(txt, TRUE); |
1303 | } | 1303 | } |
1304 | 1304 | ||
1305 | txt = (LLTextBox*) getChildByName("proposals_header_create_txt", recurse); | 1305 | txt = (LLTextBox*) getChildByName("proposals_header_create_txt", recurse); |
1306 | if (txt) | 1306 | if (txt) |
1307 | { | 1307 | { |
1308 | mImpl->mCreateProposalHeaderText = txt->getText(); | 1308 | mImpl->mCreateProposalHeaderText = txt->getText(); |
1309 | removeChild(txt); | 1309 | removeChild(txt, TRUE); |
1310 | } | 1310 | } |
1311 | 1311 | ||
1312 | txt = (LLTextBox*) getChildByName("proposals_header_vote_txt", recurse); | 1312 | txt = (LLTextBox*) getChildByName("proposals_header_vote_txt", recurse); |
1313 | if (txt) | 1313 | if (txt) |
1314 | { | 1314 | { |
1315 | mImpl->mVoteProposalHeaderText = txt->getText(); | 1315 | mImpl->mVoteProposalHeaderText = txt->getText(); |
1316 | removeChild(txt); | 1316 | removeChild(txt, TRUE); |
1317 | } | 1317 | } |
1318 | 1318 | ||
1319 | txt = (LLTextBox*) getChildByName("empty_proposal_txt", recurse); | 1319 | txt = (LLTextBox*) getChildByName("empty_proposal_txt", recurse); |
1320 | if (txt) | 1320 | if (txt) |
1321 | { | 1321 | { |
1322 | mImpl->mEmptyProposalText = txt->getText(); | 1322 | mImpl->mEmptyProposalText = txt->getText(); |
1323 | removeChild(txt); | 1323 | removeChild(txt, TRUE); |
1324 | } | 1324 | } |
1325 | 1325 | ||
1326 | mImpl->updateQuorumText(); | 1326 | mImpl->updateQuorumText(); |