[Follow] Specify that Follow has been cancelled, with Cancelled notice

This commit is contained in:
Liru Færs
2020-01-10 03:11:19 -05:00
parent e15839a2cb
commit c3f03b6bbf
2 changed files with 9 additions and 0 deletions

View File

@@ -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");
}

View File

@@ -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"