diff options
author | prep <prep@lindenlab.com> | 2013-04-08 17:10:46 -0400 |
---|---|---|
committer | prep <prep@lindenlab.com> | 2013-04-08 17:10:46 -0400 |
commit | 985b7277e824c39275d9a06c6262b6f394b02133 (patch) | |
tree | 8abf593f00f19912b6fe03a2129e73b20111c9d4 /indra/newview/skins/default/xui | |
parent | beeefb45269f45ea717f58b30a0985951ae23c20 (diff) |
WIP SH-4035: confirmation when closing appearance window when changes present
Diffstat (limited to 'indra/newview/skins/default/xui')
-rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index 105bef7321..2170283af2 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -10030,5 +10030,18 @@ Cannot create large prims that intersect other players. Please re-try when othe name="okignore" yestext="OK"/> </notification> + + + <notification + icon="alertmodal.tga" + name="ConfirmExitWithoutSave" + type="alertmodal"> + Closing this window will discard any changes you have made. + <tag>confirm</tag> + <usetemplate + name="okcancelbuttons" + notext="Cancel" + yestext="OK"/> + </notification> </notifications> |