diff --git a/indra/newview/llchathistory.cpp b/indra/newview/llchathistory.cpp index 405ab126a7652036930659ef59605c8354835bd8..cf42831aae22c52c1e2b29bcaa39652e9d8cd282 100644 --- a/indra/newview/llchathistory.cpp +++ b/indra/newview/llchathistory.cpp @@ -800,7 +800,7 @@ class LLChatHistoryHeader: public LLPanel icon->setValue(LLSD("OBJECT_Icon")); break; case CHAT_SOURCE_SYSTEM: - icon->setValue(LLSD("SL_Logo")); + icon->setValue(LLSD("AL_Logo")); break; case CHAT_SOURCE_UNKNOWN: icon->setValue(LLSD("Unknown_Icon")); diff --git a/indra/newview/llchatitemscontainerctrl.cpp b/indra/newview/llchatitemscontainerctrl.cpp index 95042ec8ba58e99cd33fb6ac1689d111ef3650c8..ef5a664e1331fc0c1759cd363c22302a085e3a6d 100644 --- a/indra/newview/llchatitemscontainerctrl.cpp +++ b/indra/newview/llchatitemscontainerctrl.cpp @@ -471,7 +471,7 @@ void LLFloaterIMNearbyChatToastPanel::draw() if(mSourceType == CHAT_SOURCE_OBJECT) icon->setValue(LLSD("OBJECT_Icon")); else if(mSourceType == CHAT_SOURCE_SYSTEM) - icon->setValue(LLSD("SL_Logo")); + icon->setValue(LLSD("AL_Logo")); else if(mSourceType == CHAT_SOURCE_AGENT) icon->setValue(mFromID); else if(!mFromID.isNull()) diff --git a/indra/newview/skins/default/textures/icons/AL_Logo.png b/indra/newview/skins/default/textures/icons/AL_Logo.png new file mode 100644 index 0000000000000000000000000000000000000000..a1c63799a4151668da6be133f8dee5a72dfb55a4 Binary files /dev/null and b/indra/newview/skins/default/textures/icons/AL_Logo.png differ diff --git a/indra/newview/skins/default/textures/textures.xml b/indra/newview/skins/default/textures/textures.xml index b29bf1926a6dbac25a3357db9d1b3bffc6ddae04..d965c3e8645b980c2c6dcee574533c23d2c2359e 100644 --- a/indra/newview/skins/default/textures/textures.xml +++ b/indra/newview/skins/default/textures/textures.xml @@ -608,6 +608,7 @@ with the same filename but different name <texture name="SliderThumb_Disabled" file_name="widgets/SliderThumb_Disabled.png" /> <texture name="SliderThumb_Press" file_name="widgets/SliderThumb_Press.png" /> + <texture name="AL_Logo" file_name="icons/AL_Logo.png" preload="true" /> <texture name="SL_Logo" file_name="icons/SL_Logo.png" preload="true" /> <texture name="OBJECT_Icon" file_name="icons/object_icon.png" preload="true" /> <texture name="Unknown_Icon" file_name="icons/unknown_icon.png" preload="true" />