diff options
Diffstat (limited to 'linden/indra/newview/llinventoryview.cpp')
-rw-r--r-- | linden/indra/newview/llinventoryview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llinventoryview.cpp b/linden/indra/newview/llinventoryview.cpp index 1e16b92..a318f5d 100644 --- a/linden/indra/newview/llinventoryview.cpp +++ b/linden/indra/newview/llinventoryview.cpp | |||
@@ -1125,7 +1125,7 @@ void LLInventoryView::onQuickFilterCommit(LLUICtrl* ctrl, void* user_data) | |||
1125 | else if (view->getString("filter_type_all") == item_type) | 1125 | else if (view->getString("filter_type_all") == item_type) |
1126 | { | 1126 | { |
1127 | // Show all types | 1127 | // Show all types |
1128 | filter_type = 0xffffffff; | 1128 | filter_type = LLInventoryType::NIT_ALL; |
1129 | } | 1129 | } |
1130 | 1130 | ||
1131 | else | 1131 | else |