diff --git a/indra/newview/lltexturectrl.cpp b/indra/newview/lltexturectrl.cpp
index b761f34790c88f611380830942b2a453569a1084..ee83d9eb57d7e0bfda9a7d938f97365425b96fee 100644
--- a/indra/newview/lltexturectrl.cpp
+++ b/indra/newview/lltexturectrl.cpp
@@ -121,8 +121,8 @@ LLFloaterTexturePicker::LLFloaterTexturePicker(
 	mOnUpdateImageStatsCallback(NULL),
 	mBakeTextureEnabled(FALSE)
 {
-	buildFromFile("floater_texture_ctrl.xml");
 	mCanApplyImmediately = can_apply_immediately;
+	buildFromFile("floater_texture_ctrl.xml");
 	setCanMinimize(FALSE);
 }