diff options
author | Paul ProductEngine <pguslisty@productengine.com> | 2011-08-17 17:59:11 +0300 |
---|---|---|
committer | Paul ProductEngine <pguslisty@productengine.com> | 2011-08-17 17:59:11 +0300 |
commit | 0540b3b07667698fd50f693b56001fa3f3f00689 (patch) | |
tree | 749ee51e84d743a833199eee3e06a41da159c5a3 /indra/newview/skins/default | |
parent | 1d4ccaeb74641ebf199072c8568e26f8fe002d32 (diff) |
SH-1868 FIXED Support initial user-supplied metric data for upload
- Added initial value to the combobox
Diffstat (limited to 'indra/newview/skins/default')
-rwxr-xr-x | indra/newview/skins/default/xui/en/floater_model_preview.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_model_preview.xml b/indra/newview/skins/default/xui/en/floater_model_preview.xml index ec18f1948b..7c6896becf 100755 --- a/indra/newview/skins/default/xui/en/floater_model_preview.xml +++ b/indra/newview/skins/default/xui/en/floater_model_preview.xml @@ -40,6 +40,7 @@ name="model_category_combo" width="200"> <combo_box.drop_down_button label_color="White"/> + <combo_item name="Choose one" label="Choose One..." value="MUT_Unspecified"/> <combo_item name="Avatar shape" label="Avatar shape" value="MUT_AvatarShape"/> <combo_item name="Avatar attachment" label="Avatar attachment" value="MUT_AvatarAttachment"/> <combo_item name="Building Component" label="Building Component" value="MUT_BuildingComponent"/> |