diff options
Diffstat (limited to 'indra/newview/llfloaterinventory.cpp')
-rw-r--r-- | indra/newview/llfloaterinventory.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/indra/newview/llfloaterinventory.cpp b/indra/newview/llfloaterinventory.cpp index 718719fe57..3c66a2add1 100644 --- a/indra/newview/llfloaterinventory.cpp +++ b/indra/newview/llfloaterinventory.cpp @@ -1138,10 +1138,10 @@ const std::string& get_item_icon_name(LLAssetType::EType asset_type, idx = LANDMARK_ICON_NAME; break; case LLAssetType::AT_LINK: - idx = BODYPART_ICON_NAME; // Seraph replace this with broken item link icon + idx = LINKITEM_ICON_NAME; break; case LLAssetType::AT_LINK_FOLDER: - idx = BODYPART_ICON_NAME; // Seraph replace this with broken folder link icon + idx = LINKFOLDER_ICON_NAME; break; default: break; @@ -1684,6 +1684,7 @@ void LLInventoryPanel::onSelectionChange(const std::deque<LLFolderViewItem*>& it fv->startRenamingSelectedItem(); } } + // Seraph - Put determineFolderType in here for ensemble typing? } //---------------------------------------------------------------------------- |