summaryrefslogtreecommitdiff
path: root/indra/newview/llnearbychat.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llnearbychat.cpp')
-rw-r--r--indra/newview/llnearbychat.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llnearbychat.cpp b/indra/newview/llnearbychat.cpp
index cc5f37b903..91862112a0 100644
--- a/indra/newview/llnearbychat.cpp
+++ b/indra/newview/llnearbychat.cpp
@@ -430,7 +430,7 @@ void LLNearbyChat::pinn_panel()
mEChatTearofState = CHAT_PINNED;
LLIconCtrl* tearoff_btn = mChatCaptionPanel->getChild<LLIconCtrl>("tearoff_btn",false);
- tearoff_btn->setValue("inv_item_landmark_visited.tga");
+ tearoff_btn->setValue("Inv_Landmark");
const LLRect& parent_rect = gViewerWindow->getRootView()->getRect();
@@ -451,7 +451,7 @@ void LLNearbyChat::float_panel()
mEChatTearofState = CHAT_UNPINNED;
LLIconCtrl* tearoff_btn = mChatCaptionPanel->getChild<LLIconCtrl>("tearoff_btn", false);
- tearoff_btn->setValue("inv_item_landmark.tga");
+ tearoff_btn->setValue("Inv_Landmark");
mResizeBar[LLResizeBar::BOTTOM]->setVisible(true);
mResizeBar[LLResizeBar::LEFT]->setVisible(true);
mResizeBar[LLResizeBar::RIGHT]->setVisible(true);