diff options
author | Leyla Farazha <leyla@lindenlab.com> | 2009-10-10 00:43:39 +0000 |
---|---|---|
committer | Leyla Farazha <leyla@lindenlab.com> | 2009-10-10 00:43:39 +0000 |
commit | 18f1895bf2abceadba292672eb80a384f0142c73 (patch) | |
tree | e7c5b954babead6ae542c81cf72e918dbebbd8e3 /indra/newview/llnearbychat.cpp | |
parent | 290fc39de324ec28dd0ce838b224d2abade3a95d (diff) |
EXT-1400 New 'name popup' lets you do things (IM, TP etc) to your own avatar
EXT-1021 Update code to use new Inventory Icon art files in floater_invetory.xml
EXT-176 Open and closed state for art for folders in list view in side panel
Diffstat (limited to 'indra/newview/llnearbychat.cpp')
-rw-r--r-- | indra/newview/llnearbychat.cpp | 4 |
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); |