diff options
-rw-r--r-- | ChangeLog.txt | 6 | ||||
-rw-r--r-- | linden/indra/newview/skins/default/xui/en-us/floater_inventory.xml | 7 |
2 files changed, 11 insertions, 2 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt index 787f659..e82320c 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt | |||
@@ -1,7 +1,11 @@ | |||
1 | 2008-11-22 Jacek Antonelli <jacek.antonelli@gmail.com> | 1 | 2008-11-22 Jacek Antonelli <jacek.antonelli@gmail.com> |
2 | 2 | ||
3 | * linden/indra/newview/skins/default/xui/en-us/floater_inventory.xml: | ||
4 | Added separators to Quick Filter. | ||
5 | |||
6 | |||
3 | * linden/indra/llui/llcombobox.cpp: | 7 | * linden/indra/llui/llcombobox.cpp: |
4 | Combobox now supports separators in XUI. | 8 | Combobox widget now supports separators in XUI. |
5 | 9 | ||
6 | 10 | ||
7 | * linden/indra/newview/llinventoryview.cpp: | 11 | * linden/indra/newview/llinventoryview.cpp: |
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> |