diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-03-29 21:30:46 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-03-29 21:39:51 +0300 |
commit | 8ed39a469b1b7337855c113f785fb64e66cf3b8f (patch) | |
tree | d861464f52d7551d362fd9451e830eb79d9e5bcf /indra/newview/skins | |
parent | a6b71d3b8234261f4ed3674017736d04649ea992 (diff) |
SL-19504 Allow drag and drop of textures into thumbnail floater
Diffstat (limited to 'indra/newview/skins')
-rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index 0ea13e7d63..73ce5a6096 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -6144,6 +6144,17 @@ Are you sure you want to delete them? </notification> <notification + icon="alertmodal.tga" + name="ThumbnailInsufficientPermissions" + type="alertmodal"> + <unique/> + Only copy and transfer free images can be assigned as thumbnails. + <usetemplate + name="okbutton" + yestext="OK"/> + </notification> + + <notification icon="alertmodal.tga" name="ConfirmUnlink" type="alertmodal"> |