Fix "The notification called 'AuthRequest' was not found in notifications.xml." alert

Thanks to Eva Darkwyr for alerting me of this.
This commit is contained in:
Inusaito Sayori
2014-10-08 01:37:04 -04:00
parent d99528f4b4
commit cd61a2ae20

View File

@@ -8001,6 +8001,24 @@ Only textures will upload as temporary on Agni and Aditi.
canceltext="Cancel"/>
</notification>
<notification
name="AuthRequest"
type="browser">
The site at &apos;[HOST_NAME]&apos; in realm &apos;[REALM]&apos; requires a user name and password.
<tag>confirm</tag>
<form name="form">
<input name="username" type="text" text="User Name"/>
<input name="password" type="password" text="Password "/>
<button default="true"
index="0"
name="ok"
text="Submit"/>
<button index="1"
name="cancel"
text="Cancel"/>
</form>
</notification>
<notification
icon="alertmodal.tga"
name="PathfindingLinksets_WarnOnPhantom"