diff options
author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2016-10-04 19:07:05 +0300 |
---|---|---|
committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2016-10-04 19:07:05 +0300 |
commit | 617bc0eded9b8df2d800a75eab107c079c468e9f (patch) | |
tree | 94062fdbb0ac2b873fe76e686a67cbf3cb72fde6 /indra/newview/skins/default/xui | |
parent | 9f3225d7551751435dc8f11db9a516840ffff2eb (diff) |
MAINT-6779 Allow to use last pic from Abuse report floater after relog
Diffstat (limited to 'indra/newview/skins/default/xui')
-rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index 79ee35fe3e..0d61e111e2 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -1491,7 +1491,20 @@ Delete Notecard? notext="Cancel" yestext="OK"/> </notification> - + + <notification + icon="alertmodal.tga" + name="LoadPreviousReportScreenshot" + type="alertmodal"> + <unique/> +Do you want to use previous screenshot for your report? + <tag>confirm</tag> + <usetemplate + name="okcancelbuttons" + notext="Cancel" + yestext="OK"/> + </notification> + <notification icon="alertmodal.tga" name="GestureSaveFailedTooManySteps" |