diff options
author | RevolutionSmythe | 2010-10-30 16:30:31 -0500 |
---|---|---|
committer | McCabe Maxsted | 2010-11-01 17:05:45 -0700 |
commit | 1851199361cf6757c767f8117658336751089c44 (patch) | |
tree | e60998f5920f9b9d250d502cb6d2230b5d136f1f /linden/indra/newview/skins | |
parent | Bug fixes for earlier commits. Adds cut to the inventory panel along with cop... (diff) | |
download | meta-impy-1851199361cf6757c767f8117658336751089c44.zip meta-impy-1851199361cf6757c767f8117658336751089c44.tar.gz meta-impy-1851199361cf6757c767f8117658336751089c44.tar.bz2 meta-impy-1851199361cf6757c767f8117658336751089c44.tar.xz |
Fixes a missing help button, adds ability to edit trees like normal objects. Adds more places to rebuild clouds so that they will not stick in the incorrect place.
Diffstat (limited to 'linden/indra/newview/skins')
-rw-r--r-- | linden/indra/newview/skins/default/xui/en-us/notifications.xml | 10 |
1 files changed, 10 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 b98ff7c..3680ca9 100644 --- a/linden/indra/newview/skins/default/xui/en-us/notifications.xml +++ b/linden/indra/newview/skins/default/xui/en-us/notifications.xml | |||
@@ -3653,6 +3653,16 @@ Default: off | |||
3653 | 3653 | ||
3654 | <notification | 3654 | <notification |
3655 | icon="alertmodal.tga" | 3655 | icon="alertmodal.tga" |
3656 | label="Minimum Age" | ||
3657 | name="HelpRegionMinimumAge" | ||
3658 | type="alertmodal"> | ||
3659 | This sets the minimum age (in days) that users entering this sim have to be to enter. | ||
3660 | |||
3661 | Default: 0 (disabled) | ||
3662 | </notification> | ||
3663 | |||
3664 | <notification | ||
3665 | icon="alertmodal.tga" | ||
3656 | label="Block Fly" | 3666 | label="Block Fly" |
3657 | name="HelpRegionBlockFly" | 3667 | name="HelpRegionBlockFly" |
3658 | type="alertmodal"> | 3668 | type="alertmodal"> |