aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llinventoryview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llinventoryview.cpp')
-rw-r--r--linden/indra/newview/llinventoryview.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/newview/llinventoryview.cpp b/linden/indra/newview/llinventoryview.cpp
index 743c068..e9544af 100644
--- a/linden/indra/newview/llinventoryview.cpp
+++ b/linden/indra/newview/llinventoryview.cpp
@@ -1075,7 +1075,7 @@ void LLInventoryView::onQuickFilterCommit(LLUICtrl* ctrl, void* user_data)
1075 return; 1075 return;
1076 } 1076 }
1077 1077
1078 else if ("Show All Items" == item_type) 1078 else if ("All Types" == item_type)
1079 { 1079 {
1080 // Show all types 1080 // Show all types
1081 filter_type = 0xffffffff; 1081 filter_type = 0xffffffff;
@@ -1149,7 +1149,7 @@ void LLInventoryView::refreshQuickFilter(LLUICtrl* ctrl)
1149 1149
1150 if (filter_type == filter_mask) 1150 if (filter_type == filter_mask)
1151 { 1151 {
1152 selection = "Show All Items"; 1152 selection = "All Types";
1153 } 1153 }
1154 1154
1155 else if (filter_type == (0x1 << LLInventoryType::IT_ANIMATION)) 1155 else if (filter_type == (0x1 << LLInventoryType::IT_ANIMATION))