aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/skins/default
diff options
context:
space:
mode:
authorJacek Antonelli2008-11-22 02:45:14 -0600
committerJacek Antonelli2008-11-22 03:00:44 -0600
commit5db0461139ec6f097786483b979f5e6d3e059579 (patch)
treea371f2d0cf517b5bf4561167b9e5304548012ad1 /linden/indra/newview/skins/default
parentCombobox widget now supports separators in XUI. (diff)
downloadmeta-impy-5db0461139ec6f097786483b979f5e6d3e059579.zip
meta-impy-5db0461139ec6f097786483b979f5e6d3e059579.tar.gz
meta-impy-5db0461139ec6f097786483b979f5e6d3e059579.tar.bz2
meta-impy-5db0461139ec6f097786483b979f5e6d3e059579.tar.xz
Added separators to Quick Filter.
Diffstat (limited to 'linden/indra/newview/skins/default')
-rw-r--r--linden/indra/newview/skins/default/xui/en-us/floater_inventory.xml7
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>