Trivial change, use LL_DEFAULT_WOOD_UUID

Cinders 2013-04-05 20:05:51 -06:00
parent 299b7be330
commit cca6f7be8a
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ BOOL PanelPreferenceFirestorm::postBuild()
LLTextureCtrl* tex_ctrl = getChild<LLTextureCtrl>("texture control");
tex_ctrl->setCommitCallback(boost::bind(&PanelPreferenceFirestorm::onCommitTexture, this, _2));
tex_ctrl->setDefaultImageAssetID(LLUUID("89556747-24cb-43ed-920b-47caed15465f")); // Plywood
tex_ctrl->setDefaultImageAssetID(LL_DEFAULT_WOOD_UUID);
return LLPanelPreference::postBuild();
}