diff options
Diffstat (limited to 'linden/indra/newview/skins/default')
-rw-r--r-- | linden/indra/newview/skins/default/xui/en-us/floater_inventory.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/linden/indra/newview/skins/default/xui/en-us/floater_inventory.xml b/linden/indra/newview/skins/default/xui/en-us/floater_inventory.xml index 3cb586f..653713b 100644 --- a/linden/indra/newview/skins/default/xui/en-us/floater_inventory.xml +++ b/linden/indra/newview/skins/default/xui/en-us/floater_inventory.xml | |||
@@ -20,7 +20,9 @@ | |||
20 | <combo_item name="type_all"> | 20 | <combo_item name="type_all"> |
21 | All Types | 21 | All Types |
22 | </combo_item> | 22 | </combo_item> |
23 | <!-- combo list separator would go here, if such a thing existed --> | 23 | |
24 | <separator /> | ||
25 | |||
24 | <combo_item name="type_animation"> | 26 | <combo_item name="type_animation"> |
25 | Animations | 27 | Animations |
26 | </combo_item> | 28 | </combo_item> |
@@ -54,6 +56,9 @@ | |||
54 | <combo_item name="type_snapshot"> | 56 | <combo_item name="type_snapshot"> |
55 | Snapshots | 57 | Snapshots |
56 | </combo_item> | 58 | </combo_item> |
59 | |||
60 | <separator /> | ||
61 | |||
57 | <combo_item name="type_custom"> | 62 | <combo_item name="type_custom"> |
58 | Custom... | 63 | Custom... |
59 | </combo_item> | 64 | </combo_item> |