Merged in lindenlab/viewer-lynx
commit
5c5574c27d
|
|
@ -1644,7 +1644,7 @@ void LLAgent::stopAutoPilot(BOOL user_cancel)
|
|||
if (user_cancel && !mAutoPilotBehaviorName.empty())
|
||||
{
|
||||
if (mAutoPilotBehaviorName == "Sit")
|
||||
LLNotificationsUtil::add("CancelledSit");
|
||||
LL_INFOS("Agent") << "Autopilot-Sit was canceled by user action" << LL_ENDL;
|
||||
else if (mAutoPilotBehaviorName == "Attach")
|
||||
LLNotificationsUtil::add("CancelledAttach");
|
||||
else
|
||||
|
|
|
|||
|
|
@ -6390,13 +6390,6 @@ The string [STRING_NAME] is missing from strings.xml
|
|||
Cancelled
|
||||
</notification>
|
||||
|
||||
<notification
|
||||
icon="notifytip.tga"
|
||||
name="CancelledSit"
|
||||
type="notifytip">
|
||||
Cancelled Sit
|
||||
</notification>
|
||||
|
||||
<notification
|
||||
icon="notifytip.tga"
|
||||
name="CancelledAttach"
|
||||
|
|
|
|||
Loading…
Reference in New Issue