diff options
author | McCabe Maxsted | 2010-06-13 13:01:57 -0700 |
---|---|---|
committer | Jacek Antonelli | 2010-06-19 02:43:38 -0500 |
commit | cad41f1ae08927737eca4cd9df25381d78e82304 (patch) | |
tree | 31c687f74defb0ebdcdcb5f97483312a8e612631 /linden/indra/newview/skins/default/xui/en-us/notifications.xml | |
parent | wip forcing region disconnects to log you out (diff) | |
download | meta-impy-cad41f1ae08927737eca4cd9df25381d78e82304.zip meta-impy-cad41f1ae08927737eca4cd9df25381d78e82304.tar.gz meta-impy-cad41f1ae08927737eca4cd9df25381d78e82304.tar.bz2 meta-impy-cad41f1ae08927737eca4cd9df25381d78e82304.tar.xz |
Fixed #338: addRegion/removeRegion can trigger a viewer quit
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 | 7 |
1 files changed, 7 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 e0a0f60..f7f8e7e 100644 --- a/linden/indra/newview/skins/default/xui/en-us/notifications.xml +++ b/linden/indra/newview/skins/default/xui/en-us/notifications.xml | |||
@@ -6848,6 +6848,13 @@ Are you sure you want to teleport home? | |||
6848 | </notification> | 6848 | </notification> |
6849 | 6849 | ||
6850 | <notification | 6850 | <notification |
6851 | icon="alertmodal.tga" | ||
6852 | name="DisconnectedFromRegion" | ||
6853 | type="alertmodal"> | ||
6854 | You have been disconnected from the region you were in. Unable to continue. | ||
6855 | </notification> | ||
6856 | |||
6857 | <notification | ||
6851 | icon="alert.tga" | 6858 | icon="alert.tga" |
6852 | name="IMLogNotFound" | 6859 | name="IMLogNotFound" |
6853 | type="alert"> | 6860 | type="alert"> |