From c7ca3d9261dd2c70488737f0767e917f8d73e9ce Mon Sep 17 00:00:00 2001 From: Lirusaito Date: Mon, 21 Jan 2019 07:06:46 -0500 Subject: [PATCH] Add cinnamon --- indra/newview/llinventoryfilter.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/indra/newview/llinventoryfilter.h b/indra/newview/llinventoryfilter.h index 50efbd5e0..3b5c7c032 100644 --- a/indra/newview/llinventoryfilter.h +++ b/indra/newview/llinventoryfilter.h @@ -134,7 +134,9 @@ public: date_search_direction("date_search_direction", FILTERDATEDIRECTION_NEWER), show_folder_state("show_folder_state", SHOW_NON_EMPTY_FOLDERS), permissions("permissions", PERM_NONE) - {} + { + addSynonym(links, "filter_links"); + } }; FilterOps(const Params& = Params());