diff options
author | Alexei Arabadji <aarabadji@productengine.com> | 2010-07-09 17:19:22 +0300 |
---|---|---|
committer | Alexei Arabadji <aarabadji@productengine.com> | 2010-07-09 17:19:22 +0300 |
commit | b6b0465bbcb4c05e1c0a000224dd03b54afa477f (patch) | |
tree | e7deadda450f4ea196ef70d9f72abcc4904db2ea /indra/newview/skins/default | |
parent | 467a8b0441e139773775ecf306f430f44814bff5 (diff) |
EXT-7911 FIXED Avoided saving unresolved LLDialog notifications.
Details:
Made ScriptDialogGroup, ScriptDialog, LoadWebPage notifications non-persistent.
reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/711/
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/skins/default')
-rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index 04a8a02ecd..60d3fb708e 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -5493,7 +5493,6 @@ If you stay in this region you will be logged out. <notification icon="notify.tga" name="LoadWebPage" - persist="true" type="notify"> Load web page [URL]? @@ -5593,7 +5592,6 @@ Grant this request? <notification icon="notify.tga" name="ScriptDialog" - persist="true" type="notify"> [FIRST] [LAST]'s '[TITLE]' [MESSAGE] @@ -5608,7 +5606,6 @@ Grant this request? <notification icon="notify.tga" name="ScriptDialogGroup" - persist="true" type="notify"> [GROUPNAME]'s '[TITLE]' [MESSAGE] |