Couple fix ups

This commit is contained in:
Lirusaito
2019-03-04 19:37:53 -05:00
parent e350824896
commit fcb751ae4a
5 changed files with 8 additions and 8 deletions

View File

@@ -299,7 +299,7 @@ class LLInventoryRecentItemsPanel : public LLInventoryPanel
public: public:
LLInventoryRecentItemsPanel(const std::string& name, LLInventoryRecentItemsPanel(const std::string& name,
const std::string& sort_order_setting, const std::string& sort_order_setting,
const std::string& start_folder, const LLSD& start_folder,
const LLRect& rect, const LLRect& rect,
LLInventoryModel* inventory, LLInventoryModel* inventory,
BOOL allow_multi_select, BOOL allow_multi_select,
@@ -1382,7 +1382,7 @@ static const LLRecentInventoryBridgeBuilder RECENT_ITEMS_BUILDER;
LLInventoryRecentItemsPanel:: LLInventoryRecentItemsPanel(const std::string& name, LLInventoryRecentItemsPanel:: LLInventoryRecentItemsPanel(const std::string& name,
const std::string& sort_order_setting, const std::string& sort_order_setting,
const std::string& start_folder, const LLSD& start_folder,
const LLRect& rect, const LLRect& rect,
LLInventoryModel* inventory, LLInventoryModel* inventory,
BOOL allow_multi_select, BOOL allow_multi_select,

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?> <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<inventory_panel <inventory_panel
label="ALL" label="All"
name="All Items" name="All Items"
help_topic="marketplace_tab" help_topic="marketplace_tab"
layout="topleft" layout="topleft"

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?> <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<inventory_panel <inventory_panel
label="LISTED" label="Listed"
name="Active Items" name="Active Items"
help_topic="marketplace_tab" help_topic="marketplace_tab"
layout="topleft" layout="topleft"

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?> <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<inventory_panel <inventory_panel
label="UNASSOCIATED" label="Unassociated"
name="Unassociated Items" name="Unassociated Items"
help_topic="marketplace_tab" help_topic="marketplace_tab"
layout="topleft" layout="topleft"

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?> <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<inventory_panel <inventory_panel
label="UNLISTED" label="Unlisted"
name="Inactive Items" name="Inactive Items"
help_topic="marketplace_tab" help_topic="marketplace_tab"
layout="topleft" layout="topleft"