diff options
author | Andrew A. de Laix <alain@lindenlab.com> | 2010-11-18 13:25:44 -0800 |
---|---|---|
committer | Andrew A. de Laix <alain@lindenlab.com> | 2010-11-18 13:25:44 -0800 |
commit | 3625a0f2362d2285d925052aedc69d27713e416d (patch) | |
tree | 8629528c4b2283ee876a939a3434367c7094494f /indra/newview/skins/default/xui/en | |
parent | cf3ded4491751231056b220525970e125d813e6a (diff) |
inform user on failed install--needs proper user dialog ;-)
Diffstat (limited to 'indra/newview/skins/default/xui/en')
-rw-r--r-- | 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 40d5f75de2..a342db8442 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -2870,6 +2870,16 @@ Download to your Applications folder? </notification> <notification + icon="alertmodal.tga" + name="FailedUpdateInstall" + type="alertmodal"> +Gadzooks, I failed to install the latest update. +Get thee to the interwebs and install it thyself. + <usetemplate + name="okbutton" + yestext="OK"/> + </notification> + <notification icon="notifytip.tga" name="DownloadBackground" type="notifytip"> |