aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/skins
diff options
context:
space:
mode:
authorJacek Antonelli2010-07-30 01:39:50 -0500
committerJacek Antonelli2010-08-01 00:32:24 -0500
commit52837b1a3b63eaa07cc784c4b4aca0e98e8e43e9 (patch)
tree20e64166a3f2a417ccd5ebd2cad997928a0a60a9 /linden/indra/newview/skins
parentRestructured WindlightMessage::processWindlight(). (diff)
downloadmeta-impy-52837b1a3b63eaa07cc784c4b4aca0e98e8e43e9.zip
meta-impy-52837b1a3b63eaa07cc784c4b4aca0e98e8e43e9.tar.gz
meta-impy-52837b1a3b63eaa07cc784c4b4aca0e98e8e43e9.tar.bz2
meta-impy-52837b1a3b63eaa07cc784c4b4aca0e98e8e43e9.tar.xz
Added notification option to ignore all LightShare until you change regions.
Diffstat (limited to 'linden/indra/newview/skins')
-rw-r--r--linden/indra/newview/skins/default/xui/en-us/notifications.xml15
1 files changed, 5 insertions, 10 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 2a0af02..c59d713 100644
--- a/linden/indra/newview/skins/default/xui/en-us/notifications.xml
+++ b/linden/indra/newview/skins/default/xui/en-us/notifications.xml
@@ -6996,18 +6996,13 @@ Note: To comply with the Second Life Terms of Service, Imprudence did not downlo
6996 name="ConfirmLightShare" 6996 name="ConfirmLightShare"
6997 type="notify" 6997 type="notify"
6998 icon="notify.tga"> 6998 icon="notify.tga">
6999This region has custom sky and water settings. 6999This region is broadcasting custom sky and water settings.
7000 7000
7001Apply region settings now? 7001Apply this region's settings? ("Ignore" will ignore all region settings until you leave this region.)
7002 <form name="form"> 7002 <form name="form">
7003 <button 7003 <button index="0" name="apply" text="Apply"/>
7004 index="0" 7004 <button index="1" name="temp" text="Not Now"/>
7005 name="Apply" 7005 <button index="2" name="region" text="Ignore"/>
7006 text="Apply"/>
7007 <button
7008 index="2"
7009 name="Ignore"
7010 text="Ignore"/>
7011 </form> 7006 </form>
7012</notification> 7007</notification>
7013 7008