From 6dd7e0c9ef587c6c05726d407bef8b51018a7a4b Mon Sep 17 00:00:00 2001
From: simon_linden <none@none>
Date: Fri, 6 Sep 2013 11:31:11 -0700
Subject: MAINT-3109 - Add "can't attach" notification to the viewer

---
 indra/newview/skins/default/xui/en/notifications.xml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml
index 9894136808..6fd64596ad 100755
--- a/indra/newview/skins/default/xui/en/notifications.xml
+++ b/indra/newview/skins/default/xui/en/notifications.xml
@@ -9511,6 +9511,14 @@ Cannot attach object because you do not have permission to move it.
 Not enough script resources available to attach object!
   </notification>
 
+  <notification
+   icon="alertmodal.tga"
+   name="CantAttachObjectBeingRemoved"
+   type="notify">
+    <tag>fail</tag>
+    Cannot attach object because it is already being removed.
+  </notification>
+
   <notification
    icon="alertmodal.tga"
    name="CantDropItemTrialUser"
-- 
cgit v1.2.3