diff options
author | McCabe Maxsted | 2010-08-12 14:56:50 -0700 |
---|---|---|
committer | McCabe Maxsted | 2010-08-12 14:56:50 -0700 |
commit | 89a5f0db30bac223587997b33421100214962d30 (patch) | |
tree | 314e5ceebfe26d1a689ccc797223dabcd7c5035f /linden/indra/newview/skins | |
parent | Don't put Derender at the 6 o'clock position in the pies (diff) | |
download | meta-impy-89a5f0db30bac223587997b33421100214962d30.zip meta-impy-89a5f0db30bac223587997b33421100214962d30.tar.gz meta-impy-89a5f0db30bac223587997b33421100214962d30.tar.bz2 meta-impy-89a5f0db30bac223587997b33421100214962d30.tar.xz |
Added confirmation dialog to derender
Diffstat (limited to 'linden/indra/newview/skins')
-rw-r--r-- | linden/indra/newview/skins/default/xui/en-us/notifications.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/linden/indra/newview/skins/default/xui/en-us/notifications.xml b/linden/indra/newview/skins/default/xui/en-us/notifications.xml index c59d713..8eb2233 100644 --- a/linden/indra/newview/skins/default/xui/en-us/notifications.xml +++ b/linden/indra/newview/skins/default/xui/en-us/notifications.xml | |||
@@ -6754,6 +6754,20 @@ Are you sure you want to move here? | |||
6754 | </notification> | 6754 | </notification> |
6755 | 6755 | ||
6756 | <notification | 6756 | <notification |
6757 | icon="alert.tga" | ||
6758 | name="ConfirmDerender" | ||
6759 | type="alert"> | ||
6760 | Are you sure you want to derender [NAME]? | ||
6761 | |||
6762 | [NAME] will be hidden until you exit the region. | ||
6763 | <usetemplate | ||
6764 | ignoretext="When using derender" | ||
6765 | name="okcancelignore" | ||
6766 | notext="Cancel" | ||
6767 | yestext="Derender"/> | ||
6768 | </notification> | ||
6769 | |||
6770 | <notification | ||
6757 | icon="alertmodal.tga" | 6771 | icon="alertmodal.tga" |
6758 | name="ConfirmDoubleClickTP" | 6772 | name="ConfirmDoubleClickTP" |
6759 | type="alertmodal"> | 6773 | type="alertmodal"> |