diff options
-rw-r--r-- | linden/indra/newview/llinventorybridge.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/linden/indra/newview/llinventorybridge.cpp b/linden/indra/newview/llinventorybridge.cpp index bf2d898..ebbccfe 100644 --- a/linden/indra/newview/llinventorybridge.cpp +++ b/linden/indra/newview/llinventorybridge.cpp | |||
@@ -3137,6 +3137,10 @@ LLUIImagePtr LLNotecardBridge::getIcon() const | |||
3137 | { | 3137 | { |
3138 | return LLUI::getUIImage("Inv_WindLight"); | 3138 | return LLUI::getUIImage("Inv_WindLight"); |
3139 | } | 3139 | } |
3140 | else if(isWaterSetting()) | ||
3141 | { | ||
3142 | return LLUI::getUIImage("Inv_WaterLight"); | ||
3143 | } | ||
3140 | else | 3144 | else |
3141 | { | 3145 | { |
3142 | return get_item_icon(LLAssetType::AT_NOTECARD, LLInventoryType::IT_NOTECARD, 0, FALSE); | 3146 | return get_item_icon(LLAssetType::AT_NOTECARD, LLInventoryType::IT_NOTECARD, 0, FALSE); |