diff --git a/indra/newview/alfloaterexploresounds.cpp b/indra/newview/alfloaterexploresounds.cpp
index 7aad2fbfa7e2156a519ff870df502cf927ab88a1..2b03f2bbb2c1bfe177d7d4f050805cb181df17cb 100644
--- a/indra/newview/alfloaterexploresounds.cpp
+++ b/indra/newview/alfloaterexploresounds.cpp
@@ -89,7 +89,7 @@ BOOL ALFloaterExploreSounds::postBuild()
 	mObjectSounds = getChild<LLCheckBoxCtrl>("objects_chk");
 	mPaused = getChild<LLCheckBoxCtrl>("pause_chk");
 
-	return TRUE;
+	return LLFloater::postBuild();
 }
 
 void ALFloaterExploreSounds::handleSelection()
diff --git a/indra/newview/alfloaterparticleeditor.cpp b/indra/newview/alfloaterparticleeditor.cpp
index b74a9b4ed04a8fc331d3375d2bfb687efdd9736c..41aba698343094ea27421f25e246d637678fc1ea 100644
--- a/indra/newview/alfloaterparticleeditor.cpp
+++ b/indra/newview/alfloaterparticleeditor.cpp
@@ -175,7 +175,7 @@ BOOL ALFloaterParticleEditor::postBuild()
 
 	onParameterChange();
 
-	return TRUE;
+	return LLFloater::postBuild();
 }
 
 BOOL ALFloaterParticleEditor::canClose()
diff --git a/indra/newview/alpanelaomini.cpp b/indra/newview/alpanelaomini.cpp
index 677841827a158d8829d6ea839668192c35db1e6a..913dd0741f21f2d88bc75d1a69a6da444a982b34 100644
--- a/indra/newview/alpanelaomini.cpp
+++ b/indra/newview/alpanelaomini.cpp
@@ -67,7 +67,7 @@ BOOL ALPanelAOMini::postBuild()
 	mReloadCallback = AOEngine::instance().setReloadCallback(boost::bind(&ALPanelAOMini::updateSetList, this));
 	mSetChangedCallback = AOEngine::instance().setSetChangedCallback(boost::bind(&ALPanelAOMini::onSetChanged, this, _1));
 	
-	return TRUE;
+	return LLPanel::postBuild();
 }
 
 /////////////////////////////////////