[Follow] Specify that Follow has been cancelled, with Cancelled notice
This commit is contained in:
@@ -1741,6 +1741,8 @@ void LLAgent::stopAutoPilot(BOOL user_cancel)
|
|||||||
LLNotificationsUtil::add("CancelledSit");
|
LLNotificationsUtil::add("CancelledSit");
|
||||||
else if (mAutoPilotBehaviorName == "Attach")
|
else if (mAutoPilotBehaviorName == "Attach")
|
||||||
LLNotificationsUtil::add("CancelledAttach");
|
LLNotificationsUtil::add("CancelledAttach");
|
||||||
|
else if (mAutoPilotBehaviorName == "Follow")
|
||||||
|
LLNotificationsUtil::add("CancelledFollow");
|
||||||
else
|
else
|
||||||
LLNotificationsUtil::add("Cancelled");
|
LLNotificationsUtil::add("Cancelled");
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -6529,6 +6529,13 @@ Cancelled Sit
|
|||||||
Cancelled Attach
|
Cancelled Attach
|
||||||
</notification>
|
</notification>
|
||||||
|
|
||||||
|
<notification
|
||||||
|
icon="notifytip.tga"
|
||||||
|
name="CancelledFollow"
|
||||||
|
type="notifytip">
|
||||||
|
Cancelled Follow
|
||||||
|
</notification>
|
||||||
|
|
||||||
<notification
|
<notification
|
||||||
icon="notifytip.tga"
|
icon="notifytip.tga"
|
||||||
name="ReplacedMissingWearable"
|
name="ReplacedMissingWearable"
|
||||||
|
|||||||
Reference in New Issue
Block a user