diff options
author | pavelkproductengine <pavelkproductengine@lindenlab.com> | 2016-05-24 18:37:20 +0300 |
---|---|---|
committer | pavelkproductengine <pavelkproductengine@lindenlab.com> | 2016-05-24 18:37:20 +0300 |
commit | 4d9b3cd725e053e10016a39313080c9c6c6a71c7 (patch) | |
tree | a96f24fa3ab0ba0a787a49361619570e5e68ec62 /indra/newview/skins/default/xui/it/panel_tools_texture.xml | |
parent | addbfaf1c774011f3e55a1106f0b83153b7b8568 (diff) | |
parent | c2ef3b4c7186dbbd95b16520f281b7d58364fb52 (diff) |
Merge VOB with release 4.0.6
Diffstat (limited to 'indra/newview/skins/default/xui/it/panel_tools_texture.xml')
-rw-r--r-- | indra/newview/skins/default/xui/it/panel_tools_texture.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/indra/newview/skins/default/xui/it/panel_tools_texture.xml b/indra/newview/skins/default/xui/it/panel_tools_texture.xml index 36ad2980cb..f707871dd3 100644 --- a/indra/newview/skins/default/xui/it/panel_tools_texture.xml +++ b/indra/newview/skins/default/xui/it/panel_tools_texture.xml @@ -21,11 +21,11 @@ <combo_box.item label="Materiali" name="Materials"/> <combo_box.item label="Multimedia" name="Media"/> </combo_box> - <combo_box name="combobox mattype"> - <combo_box.item label="Texture (diffusa)" name="Texture (diffuse)"/> - <combo_box.item label="Irregolarità (normale)" name="Bumpiness (normal)"/> - <combo_box.item label="Lucentezza (speculare)" name="Shininess (specular)"/> - </combo_box> + <radio_group name="radio_material_type"> + <radio_item label="Texture (diffusa)" name="Texture (diffuse)" value="0"/> + <radio_item label="Irregolarità (normale)" name="Bumpiness (normal)" value="1"/> + <radio_item label="Lucentezza (speculare)" name="Shininess (specular)" value="2"/> + </radio_group> <texture_picker label="Texture" name="texture control" tool_tip="Clicca per scegliere una fotografia"/> <text name="label alphamode"> Modalità Alfa |