diff options
author | Igor Borovkov <iborovkov@productengine.com> | 2010-03-12 12:13:33 +0200 |
---|---|---|
committer | Igor Borovkov <iborovkov@productengine.com> | 2010-03-12 12:13:33 +0200 |
commit | 4dc63de6a8b26e3b880771f043b20d8eded2d8e5 (patch) | |
tree | c335cc5d6e5028de3b0571b26d65849a6258d5a6 | |
parent | 61e6c888f04bdcf2e9c0b4cb9754c7827f831e35 (diff) |
completed EXT-6305 (Remove "ScriptToast" notification in xui/en and all localizations)
just cleaned up notifications.xml
reviewed by Richard and Tofu at https://codereview.productengine.com/secondlife/r/1/
--HG--
branch : product-engine
-rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index a2540237c8..5680b91c05 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -5379,27 +5379,6 @@ Grant this request? </form> </notification> - <notification - icon="notify.tga" - name="ScriptToast" - type="notify"> - [FIRST] [LAST]'s '[TITLE]' is requesting Resident input. - <form name="form"> - <button - index="0" - name="Open" - text="Open Dialog"/> - <button - index="1" - name="Ignore" - text="Ignore"/> - <button - index="2" - name="Block" - text="Block"/> - </form> - </notification> - <!-- <notification icon="notify.tga" |