diff options
author | Maxim Nikolenko <maximnproductengine@lindenlab.com> | 2023-05-11 17:54:35 +0300 |
---|---|---|
committer | Maxim Nikolenko <maximnproductengine@lindenlab.com> | 2023-05-11 17:54:35 +0300 |
commit | f7872f7ed1aaf42a6dc4a7999a554f428f6dfe60 (patch) | |
tree | 87e9e65931324bde409c677a189ed65cbcedb417 /indra/newview/llinventorypanel.h | |
parent | 4a09f190d55483857ad70b7d2ddb75a98f0f57d7 (diff) |
SL-19701 Clicking on 'Show' in inventory offering does not open inventory in Single folder
Diffstat (limited to 'indra/newview/llinventorypanel.h')
-rw-r--r-- | indra/newview/llinventorypanel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llinventorypanel.h b/indra/newview/llinventorypanel.h index 1476194195..f323a6c6d7 100644 --- a/indra/newview/llinventorypanel.h +++ b/indra/newview/llinventorypanel.h @@ -246,7 +246,7 @@ public: static void openInventoryPanelAndSetSelection(BOOL auto_open, const LLUUID& obj_id, - BOOL main_panel = FALSE, + BOOL use_main_panel = FALSE, BOOL take_keyboard_focus = TAKE_FOCUS_YES, BOOL reset_filter = FALSE); static void setSFViewAndOpenFolder(const LLInventoryPanel* panel, const LLUUID& folder_id); |