[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");
|
||||
else if (mAutoPilotBehaviorName == "Attach")
|
||||
LLNotificationsUtil::add("CancelledAttach");
|
||||
else if (mAutoPilotBehaviorName == "Follow")
|
||||
LLNotificationsUtil::add("CancelledFollow");
|
||||
else
|
||||
LLNotificationsUtil::add("Cancelled");
|
||||
}
|
||||
|
||||
@@ -6529,6 +6529,13 @@ Cancelled Sit
|
||||
Cancelled Attach
|
||||
</notification>
|
||||
|
||||
<notification
|
||||
icon="notifytip.tga"
|
||||
name="CancelledFollow"
|
||||
type="notifytip">
|
||||
Cancelled Follow
|
||||
</notification>
|
||||
|
||||
<notification
|
||||
icon="notifytip.tga"
|
||||
name="ReplacedMissingWearable"
|
||||
|
||||
Reference in New Issue
Block a user