Enable Abuse Report from P2P IM
This commit is contained in:
@@ -45,6 +45,7 @@
|
|||||||
#include "llfloateravatarpicker.h"
|
#include "llfloateravatarpicker.h"
|
||||||
#include "llfloaterchat.h"
|
#include "llfloaterchat.h"
|
||||||
#include "llfloaterinventory.h"
|
#include "llfloaterinventory.h"
|
||||||
|
#include "llfloaterreporter.h"
|
||||||
#include "llfloaterwebcontent.h" // For web browser display of logs
|
#include "llfloaterwebcontent.h" // For web browser display of logs
|
||||||
#include "llgroupactions.h"
|
#include "llgroupactions.h"
|
||||||
#include "llhttpclient.h"
|
#include "llhttpclient.h"
|
||||||
@@ -1138,6 +1139,7 @@ void LLFloaterIMPanel::onFlyoutCommit(LLComboBox* flyout, const LLSD& value)
|
|||||||
case -2: LLAvatarActions::showOnMap(mOtherParticipantUUID); break;
|
case -2: LLAvatarActions::showOnMap(mOtherParticipantUUID); break;
|
||||||
case -3: gAgentCamera.lookAtObject(mOtherParticipantUUID); break;
|
case -3: gAgentCamera.lookAtObject(mOtherParticipantUUID); break;
|
||||||
case -4: onAddButtonClicked(); break;
|
case -4: onAddButtonClicked(); break;
|
||||||
|
case -5: LLFloaterReporter::showFromAvatar(mOtherParticipantUUID, mLogLabel); break;
|
||||||
default: // Options >= 6 use dynamic items
|
default: // Options >= 6 use dynamic items
|
||||||
{
|
{
|
||||||
// First remove them all
|
// First remove them all
|
||||||
|
|||||||
@@ -16,6 +16,7 @@
|
|||||||
<flyout_button_item label="Invite To Group" name="group_invite_item" value="5"/>
|
<flyout_button_item label="Invite To Group" name="group_invite_item" value="5"/>
|
||||||
<flyout_button_item label="Copy SLURL" name="copy_slurl_item" value="-1"/>
|
<flyout_button_item label="Copy SLURL" name="copy_slurl_item" value="-1"/>
|
||||||
<flyout_button_item label="Add to Conference" name="conference" value="-4"/>
|
<flyout_button_item label="Add to Conference" name="conference" value="-4"/>
|
||||||
|
<flyout_button_item label="Report Abuse" name="report" value="-5"/>
|
||||||
</flyout_button>
|
</flyout_button>
|
||||||
<string name="find on map" value="Find on Map"/>
|
<string name="find on map" value="Find on Map"/>
|
||||||
<string name="ding on" value="Ding on new messages (On)"/>
|
<string name="ding on" value="Ding on new messages (On)"/>
|
||||||
|
|||||||
@@ -20,6 +20,7 @@
|
|||||||
<flyout_button_item label="Invite To Group" name="group_invite_item" value="5"/>
|
<flyout_button_item label="Invite To Group" name="group_invite_item" value="5"/>
|
||||||
<flyout_button_item label="Copy SLURL" name="copy_slurl_item" value="-1"/>
|
<flyout_button_item label="Copy SLURL" name="copy_slurl_item" value="-1"/>
|
||||||
<flyout_button_item label="Add to Conference" name="conference" value="-4"/>
|
<flyout_button_item label="Add to Conference" name="conference" value="-4"/>
|
||||||
|
<flyout_button_item label="Report Abuse" name="report" value="-5"/>
|
||||||
</flyout_button>
|
</flyout_button>
|
||||||
<string name="find on map" value="Find on Map"/>
|
<string name="find on map" value="Find on Map"/>
|
||||||
<string name="ding on" value="Ding on new messages (On)"/>
|
<string name="ding on" value="Ding on new messages (On)"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user