diff options
author | Jacek Antonelli | 2008-12-08 15:52:10 -0600 |
---|---|---|
committer | Jacek Antonelli | 2008-12-08 15:52:10 -0600 |
commit | c051b45d0a881cfbaa0f875ff81f62313aa215b7 (patch) | |
tree | a5583b691bd24a6775a89afc90381cadf512314b /linden/indra/newview | |
parent | Added Show Filters checkbox for Body Parts. (diff) | |
download | meta-impy-c051b45d0a881cfbaa0f875ff81f62313aa215b7.zip meta-impy-c051b45d0a881cfbaa0f875ff81f62313aa215b7.tar.gz meta-impy-c051b45d0a881cfbaa0f875ff81f62313aa215b7.tar.bz2 meta-impy-c051b45d0a881cfbaa0f875ff81f62313aa215b7.tar.xz |
Added Quick Filter item for Body Parts.
Diffstat (limited to 'linden/indra/newview')
-rw-r--r-- | linden/indra/newview/skins/default/xui/en-us/floater_inventory.xml | 6 |
1 files changed, 4 insertions, 2 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 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> |