diff options
author | Maxim Nikolenko <maximnproductengine@lindenlab.com> | 2023-03-24 13:58:29 +0200 |
---|---|---|
committer | Maxim Nikolenko <maximnproductengine@lindenlab.com> | 2023-03-24 13:58:29 +0200 |
commit | 3605d3164d83b966c5c4a330713092d05e8e5698 (patch) | |
tree | cd823bafebb92d39f57673385154e1b7172b43ef /indra/newview/llinventoryfunctions.h | |
parent | d733ee60ea1d7cd7a9259c188b7b942a41d24460 (diff) |
SL-19379 WIP show localized folder names in Gallery
Diffstat (limited to 'indra/newview/llinventoryfunctions.h')
-rw-r--r-- | indra/newview/llinventoryfunctions.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llinventoryfunctions.h b/indra/newview/llinventoryfunctions.h index 2dfe605ada..f7755be1dd 100644 --- a/indra/newview/llinventoryfunctions.h +++ b/indra/newview/llinventoryfunctions.h @@ -100,6 +100,8 @@ bool is_only_items_selected(const uuid_vec_t& selected_uuids); bool can_move_to_outfit(LLInventoryItem* inv_item, BOOL move_is_into_current_outfit); bool can_move_to_landmarks(LLInventoryItem* inv_item); bool can_move_to_my_outfits(LLInventoryModel* model, LLInventoryCategory* inv_cat, U32 wear_limit); +std::string get_localized_folder_name(LLUUID cat_uuid); + /** Miscellaneous global functions ** ** *******************************************************************************/ |