diff options
author | Jacek Antonelli | 2008-11-22 02:18:13 -0600 |
---|---|---|
committer | Jacek Antonelli | 2008-11-22 03:00:42 -0600 |
commit | a00ab3da77a672f2138142db2c78229f95f69687 (patch) | |
tree | 5f8e64a08ea361c61f40492dac48296459af17ee /linden/indra/newview/llinventoryview.cpp | |
parent | Renamed "Show All Items" filter to "All Types". (diff) | |
download | meta-impy-a00ab3da77a672f2138142db2c78229f95f69687.zip meta-impy-a00ab3da77a672f2138142db2c78229f95f69687.tar.gz meta-impy-a00ab3da77a672f2138142db2c78229f95f69687.tar.bz2 meta-impy-a00ab3da77a672f2138142db2c78229f95f69687.tar.xz |
Renamed "Clothing" filter to "Clothing / Body Parts".
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llinventoryview.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/newview/llinventoryview.cpp b/linden/indra/newview/llinventoryview.cpp index e9544af..de8dacb 100644 --- a/linden/indra/newview/llinventoryview.cpp +++ b/linden/indra/newview/llinventoryview.cpp | |||
@@ -1020,7 +1020,7 @@ void LLInventoryView::onQuickFilterCommit(LLUICtrl* ctrl, void* user_data) | |||
1020 | filter_type = 0x1 << LLInventoryType::IT_CALLINGCARD; | 1020 | filter_type = 0x1 << LLInventoryType::IT_CALLINGCARD; |
1021 | } | 1021 | } |
1022 | 1022 | ||
1023 | else if ("Clothing" == item_type) | 1023 | else if ("Clothing / Body Parts" == item_type) |
1024 | { | 1024 | { |
1025 | filter_type = 0x1 << LLInventoryType::IT_WEARABLE; | 1025 | filter_type = 0x1 << LLInventoryType::IT_WEARABLE; |
1026 | } | 1026 | } |
@@ -1164,7 +1164,7 @@ void LLInventoryView::refreshQuickFilter(LLUICtrl* ctrl) | |||
1164 | 1164 | ||
1165 | else if (filter_type == (0x1 << LLInventoryType::IT_WEARABLE)) | 1165 | else if (filter_type == (0x1 << LLInventoryType::IT_WEARABLE)) |
1166 | { | 1166 | { |
1167 | selection = "Clothing"; | 1167 | selection = "Clothing / Body Parts"; |
1168 | } | 1168 | } |
1169 | 1169 | ||
1170 | else if (filter_type == (0x1 << LLInventoryType::IT_GESTURE)) | 1170 | else if (filter_type == (0x1 << LLInventoryType::IT_GESTURE)) |