diff options
author | McCabe Maxsted | 2011-04-12 18:55:22 -0700 |
---|---|---|
committer | McCabe Maxsted | 2011-04-12 18:57:51 -0700 |
commit | 7420441d464ff9c3b83486183e7fe486a88311fc (patch) | |
tree | a7e232682599932ad6001b5490fdeed5e38a6c1f | |
parent | Make sure users can't enable both SOCKS 5 proxies and XMLRPC proxies at the s... (diff) | |
download | meta-impy-7420441d464ff9c3b83486183e7fe486a88311fc.zip meta-impy-7420441d464ff9c3b83486183e7fe486a88311fc.tar.gz meta-impy-7420441d464ff9c3b83486183e7fe486a88311fc.tar.bz2 meta-impy-7420441d464ff9c3b83486183e7fe486a88311fc.tar.xz |
Don't make the SOCKS_HOST_CONNECT_FAILED notification modal
-rw-r--r-- | linden/indra/newview/skins/default/xui/en-us/notifications.xml | 4 |
1 files changed, 2 insertions, 2 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 ecfc523..4d9f6f9 100644 --- a/linden/indra/newview/skins/default/xui/en-us/notifications.xml +++ b/linden/indra/newview/skins/default/xui/en-us/notifications.xml | |||
@@ -7443,9 +7443,9 @@ The Socks5 proxy "[PROXY]" refused the UDP associate request | |||
7443 | </notification> | 7443 | </notification> |
7444 | 7444 | ||
7445 | <notification | 7445 | <notification |
7446 | icon="alertmodal.tga" | 7446 | icon="alert.tga" |
7447 | name="SOCKS_HOST_CONNECT_FAILED" | 7447 | name="SOCKS_HOST_CONNECT_FAILED" |
7448 | type="alertmodal"> | 7448 | type="alert"> |
7449 | Could not connect to Socks5 proxy server "[PROXY]" | 7449 | Could not connect to Socks5 proxy server "[PROXY]" |
7450 | </notification> | 7450 | </notification> |
7451 | 7451 | ||