aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--ChangeLog.txt4
-rw-r--r--linden/indra/newview/skins/default/xui/en-us/floater_inventory.xml6
2 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt
index 6afecf5..d751482 100644
--- a/ChangeLog.txt
+++ b/ChangeLog.txt
@@ -1,5 +1,9 @@
12008-12-08 Jacek Antonelli <jacek.antonelli@gmail.com> 12008-12-08 Jacek Antonelli <jacek.antonelli@gmail.com>
2 2
3 * linden/indra/newview/skins/default/xui/en-us/floater_inventory.xml:
4 Added Quick Filter item for Body Parts.
5
6
3 * linden/indra/newview/skins/default/xui/en-us/floater_inventory_view_finder.xml: 7 * linden/indra/newview/skins/default/xui/en-us/floater_inventory_view_finder.xml:
4 Added Show Filters checkbox for Body Parts. 8 Added Show Filters checkbox for Body Parts.
5 9
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 9bcb848..590555f 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
@@ -14,8 +14,9 @@
14 <!-- Inventory Type Filter Labels --> 14 <!-- Inventory Type Filter Labels -->
15 <string name="filter_type_all">All Types</string> 15 <string name="filter_type_all">All Types</string>
16 <string name="filter_type_animation">Animations</string> 16 <string name="filter_type_animation">Animations</string>
17 <string name="filter_type_bodypart">Body Parts</string>
17 <string name="filter_type_callingcard">Calling Cards</string> 18 <string name="filter_type_callingcard">Calling Cards</string>
18 <string name="filter_type_wearable">Clothing / Body Parts</string> 19 <string name="filter_type_clothing">Clothing</string>
19 <string name="filter_type_gesture">Gestures</string> 20 <string name="filter_type_gesture">Gestures</string>
20 <string name="filter_type_landmark">Landmarks</string> 21 <string name="filter_type_landmark">Landmarks</string>
21 <string name="filter_type_notecard">Notecards</string> 22 <string name="filter_type_notecard">Notecards</string>
@@ -32,8 +33,9 @@
32 <combo_item name="filter_type_all">All Types</combo_item> 33 <combo_item name="filter_type_all">All Types</combo_item>
33 <separator /> 34 <separator />
34 <combo_item name="filter_type_animation">Animations</combo_item> 35 <combo_item name="filter_type_animation">Animations</combo_item>
36 <combo_item name="filter_type_bodypart">Body Parts</combo_item>
35 <combo_item name="filter_type_callingcard">Calling Cards</combo_item> 37 <combo_item name="filter_type_callingcard">Calling Cards</combo_item>
36 <combo_item name="filter_type_wearable">Clothing / Body Parts</combo_item> 38 <combo_item name="filter_type_clothing">Clothing</combo_item>
37 <combo_item name="filter_type_gesture">Gestures</combo_item> 39 <combo_item name="filter_type_gesture">Gestures</combo_item>
38 <combo_item name="filter_type_landmark">Landmarks</combo_item> 40 <combo_item name="filter_type_landmark">Landmarks</combo_item>
39 <combo_item name="filter_type_notecard">Notecards</combo_item> 41 <combo_item name="filter_type_notecard">Notecards</combo_item>