diff options
author | Cho <cho@lindenlab.com> | 2013-06-28 19:26:07 +0100 |
---|---|---|
committer | Cho <cho@lindenlab.com> | 2013-06-28 19:26:07 +0100 |
commit | 7d17bbe132cf0f799b703bba978d48d44a1377c4 (patch) | |
tree | 4f2ecaa8b7f0d6b72228c9f5cb18f9d7c1dd6cc5 /indra/newview/skins/default/xui/en | |
parent | 06f0e4161b3c735678f9ace02d659cc838afc1d8 (diff) |
removed unused Me menu items for ACME-637
Diffstat (limited to 'indra/newview/skins/default/xui/en')
3 files changed, 2 insertions, 43 deletions
diff --git a/indra/newview/skins/default/xui/en/menu_viewer.xml b/indra/newview/skins/default/xui/en/menu_viewer.xml index 733eb16c54..6da4b3d234 100755 --- a/indra/newview/skins/default/xui/en/menu_viewer.xml +++ b/indra/newview/skins/default/xui/en/menu_viewer.xml @@ -16,26 +16,6 @@ parameter="agent" /> </menu_item_call> <menu_item_call - label="Connect to Facebook..." - name="ConnectToFacebook"> - <menu_item_call.on_click - function="Facebook.Connect" /> - <menu_item_call.on_enable - function="Facebook.EnableConnect" /> - </menu_item_call> - <menu_item_call - label="Check in to Facebook..." - name="CheckinToFacebook"> - <menu_item_call.on_click - function="Facebook.Checkin" /> - </menu_item_call> - <menu_item_call - label="Update status on Facebook..." - name="UpdateStatusOnFacebook"> - <menu_item_call.on_click - function="Facebook.UpdateStatus" /> - </menu_item_call> - <menu_item_call label="Post to Facebook..." name="PostToFacebook"> <menu_item_call.on_click diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index 5f4869e110..c8911e47e8 100755 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -10135,25 +10135,4 @@ Cannot create large prims that intersect other players. Please re-try when othe yestext="OK"/> </notification> - <notification - icon="alertmodal.tga" - name="FacebookUpdateStatus" - type="alertmodal"> - What's on your mind? (asks Facebook) - <tag>confirm</tag> - <form name="form"> - <input name="message" type="text"> - </input> - <button - default="true" - index="0" - name="OK" - text="OK"/> - <button - index="1" - name="Cancel" - text="Cancel"/> - </form> - </notification> - </notifications> diff --git a/indra/newview/skins/default/xui/en/panel_snapshot_facebook.xml b/indra/newview/skins/default/xui/en/panel_snapshot_facebook.xml index 2810f97ca6..7a89ed69b5 100755 --- a/indra/newview/skins/default/xui/en/panel_snapshot_facebook.xml +++ b/indra/newview/skins/default/xui/en/panel_snapshot_facebook.xml @@ -182,7 +182,7 @@ top="350" width="100"> <button.commit_callback - function="PostToFacebook.Cancel" /> + function="SocialSharing.Cancel" /> </button> <button follows="right|bottom" @@ -194,6 +194,6 @@ top_delta="0" width="100"> <button.commit_callback - function="PostToFacebook.Send" /> + function="SocialSharing.SendPhoto" /> </button> </panel> |