From 4ff8067aa8f5117fa83e1a971b5bbc0c8fc033b2 Mon Sep 17 00:00:00 2001 From: Vaalith Jinn Date: Mon, 9 Apr 2012 17:44:27 +0300 Subject: STORM-64: Added toasts to display critical errors during update cycle. --- indra/newview/skins/default/xui/en/notifications.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'indra/newview/skins/default/xui/en/notifications.xml') diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index af75d49353..e9175e2390 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -7696,4 +7696,22 @@ Otherwise, you can look at the Map and find places marked "Infohub". You died and have been teleported to your home location. + +[FNAME] could not be updated because the file could no longer be found. +Disabling future updates for this file. + + + +[FNAME] could not be opened or decoded for [NRETRIES] attempts, and is now considered broken. +Disabling future updates for this file. + + -- cgit v1.2.3 From 8d4c6771fdbea274eabc7a2e2606b3b77952cb4a Mon Sep 17 00:00:00 2001 From: Vaalith Date: Tue, 10 Apr 2012 09:28:47 -0400 Subject: storm-64: One more toast on failure to verify initial image, and changed a bool to enum --- indra/newview/skins/default/xui/en/notifications.xml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'indra/newview/skins/default/xui/en/notifications.xml') diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index e9175e2390..9cad5b8586 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -7713,5 +7713,14 @@ Disabling future updates for this file. [FNAME] could not be opened or decoded for [NRETRIES] attempts, and is now considered broken. Disabling future updates for this file. + + +Attempted to add an invalid or unreadable image file [FNAME] which could not be opened or decoded. +Attempt cancelled. + -- cgit v1.2.3