diff options
author | Jacek Antonelli | 2010-07-28 04:02:47 -0500 |
---|---|---|
committer | Jacek Antonelli | 2010-08-01 00:30:59 -0500 |
commit | 3b8cfc9fbbb8ede46b9bd34b0ad1c59a8d047e9e (patch) | |
tree | f09ca27d77b5f2595bb4a75d0bf96f4df30d55ae /linden/indra/newview/skins/default/xui/en-us/notifications.xml | |
parent | Refactored a bunch of messy LightShare code. (diff) | |
download | meta-impy-3b8cfc9fbbb8ede46b9bd34b0ad1c59a8d047e9e.zip meta-impy-3b8cfc9fbbb8ede46b9bd34b0ad1c59a8d047e9e.tar.gz meta-impy-3b8cfc9fbbb8ede46b9bd34b0ad1c59a8d047e9e.tar.bz2 meta-impy-3b8cfc9fbbb8ede46b9bd34b0ad1c59a8d047e9e.tar.xz |
Added confirmation dialog before applying LightShare settings.
If you are using a preset other than the default preset or
the LightShare preset, the viewer will now ask you whether
to apply settings received from the server.
Diffstat (limited to 'linden/indra/newview/skins/default/xui/en-us/notifications.xml')
-rw-r--r-- | linden/indra/newview/skins/default/xui/en-us/notifications.xml | 19 |
1 files changed, 19 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 975f10b..2a0af02 100644 --- a/linden/indra/newview/skins/default/xui/en-us/notifications.xml +++ b/linden/indra/newview/skins/default/xui/en-us/notifications.xml | |||
@@ -6992,6 +6992,25 @@ Shadows cannot be enabled due to your graphics settings being set too low. Make | |||
6992 | Note: To comply with the Second Life Terms of Service, Imprudence did not download any texture files for the exported object(s). | 6992 | Note: To comply with the Second Life Terms of Service, Imprudence did not download any texture files for the exported object(s). |
6993 | </notification> | 6993 | </notification> |
6994 | 6994 | ||
6995 | <notification | ||
6996 | name="ConfirmLightShare" | ||
6997 | type="notify" | ||
6998 | icon="notify.tga"> | ||
6999 | This region has custom sky and water settings. | ||
7000 | |||
7001 | Apply region settings now? | ||
7002 | <form name="form"> | ||
7003 | <button | ||
7004 | index="0" | ||
7005 | name="Apply" | ||
7006 | text="Apply"/> | ||
7007 | <button | ||
7008 | index="2" | ||
7009 | name="Ignore" | ||
7010 | text="Ignore"/> | ||
7011 | </form> | ||
7012 | </notification> | ||
7013 | |||
6995 | 7014 | ||
6996 | <!--End Imprudence notifications--> | 7015 | <!--End Imprudence notifications--> |
6997 | 7016 | ||