summaryrefslogtreecommitdiff
path: root/indra/newview/llchiclet.cpp
diff options
context:
space:
mode:
authorSteve Bennetts <steve@lindenlab.com>2009-11-18 14:39:51 -0800
committerSteve Bennetts <steve@lindenlab.com>2009-11-18 14:39:51 -0800
commit2878328bb777ee6ffea252675cc2f5cfd64aed1f (patch)
tree41b655fdfaa728b31fbeb25470b92a0988365226 /indra/newview/llchiclet.cpp
parent5fce305bc6fe2af96a1ad6e389d79b2bca43e37c (diff)
Renamed "close" to "end" in chiclet context menus
Removed "open" in chiclet context menus Removed some deprecate "..." Removed ^M from menu_viewer.xml
Diffstat (limited to 'indra/newview/llchiclet.cpp')
-rw-r--r--indra/newview/llchiclet.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llchiclet.cpp b/indra/newview/llchiclet.cpp
index ad9fd4badc..9845664c74 100644
--- a/indra/newview/llchiclet.cpp
+++ b/indra/newview/llchiclet.cpp
@@ -474,7 +474,7 @@ void LLIMP2PChiclet::onMenuItemClicked(const LLSD& user_data)
{
LLAvatarActions::requestFriendshipDialog(other_participant_id);
}
- else if("close" == level)
+ else if("end" == level)
{
LLAvatarActions::endIM(other_participant_id);
}
@@ -778,7 +778,7 @@ void LLIMGroupChiclet::onMenuItemClicked(const LLSD& user_data)
{
LLGroupActions::show(group_id);
}
- else if("close" == level)
+ else if("end" == level)
{
LLGroupActions::endIM(group_id);
}