diff options
author | PavelK ProductEngine <pkrivich@productengine.com> | 2013-12-03 19:32:56 +0200 |
---|---|---|
committer | PavelK ProductEngine <pkrivich@productengine.com> | 2013-12-03 19:32:56 +0200 |
commit | 443c502ccc3abe50b7747fb2ba4d3b6bd74c1dc6 (patch) | |
tree | 0df01c5c629662d1f928a89c2e1cc82a91276bfb /indra/newview/skins/default/xui/en/notifications.xml | |
parent | 21d9e524f64637cba6f96c21ff8a4bcf30afc961 (diff) |
MAINT-3476 FIX Opening large chat histories from conversation log eats up huge amounts of memory, leading to viewer crash.
Diffstat (limited to 'indra/newview/skins/default/xui/en/notifications.xml')
-rwxr-xr-x | indra/newview/skins/default/xui/en/notifications.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index 2cb8f788d4..4dcc1950ca 100755 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -10224,4 +10224,14 @@ Cannot create large prims that intersect other players. Please re-try when othe yestext="OK"/> </notification> + <notification + icon="alert.tga" + name="ChatHistoryIsBusyAlert" + type="alertmodal"> + Chat history file is busy with previous operation. Please try again in a few minutes or choose chat with another person. + <usetemplate + name="okbutton" + yestext="OK"/> + </notification> + </notifications> |