diff options
author | Logan Dethrow <log@lindenlab.com> | 2011-07-28 13:47:20 -0400 |
---|---|---|
committer | Logan Dethrow <log@lindenlab.com> | 2011-07-28 13:47:20 -0400 |
commit | f15d28a636da7b6d2784d9301e7a030b5bd38a8c (patch) | |
tree | abd388bbf9dd24e067987ae6d46c7ff7794db2e1 /indra/newview/skins/default/xui/en/notifications.xml | |
parent | 814a2d24dca5181a31316a6f5e00e1a1cf55f23e (diff) |
Proxy cleanup in llstartup.cpp and llproxy.cpp.
Diffstat (limited to 'indra/newview/skins/default/xui/en/notifications.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index 78685dbd79..8b7e6d8c4e 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -7207,6 +7207,17 @@ Click and drag anywhere on the world to rotate your view name="okbutton" yestext="OK"/> </notification> + + <notification + icon="alertmodal.tga" + name="SOCKS_UNKNOWN_STATUS" + type="alertmodal"> + Unknown SOCKS error with server "[HOST]:[PORT]" + <tag>fail</tag> + <usetemplate + name="okbutton" + yestext="OK"/> + </notification> <notification icon="alertmodal.tga" |