diff options
| author | Callum Prentice <callum@lindenlab.com> | 2023-08-21 11:22:30 -0700 | 
|---|---|---|
| committer | Callum Prentice <callum@lindenlab.com> | 2023-08-21 11:22:30 -0700 | 
| commit | 82ee49ad9ff5ca95d9f7215a959612c4efa21599 (patch) | |
| tree | acbf6c31fa6f1688ef2292d2936542d85dbe91b0 | |
| parent | d2bb4cd19d3a044276cc4c60770cff607d697b35 (diff) | |
SL-20172: I missed a closing angle brace after adding a new XML notification entry - mysteriously, the Viewer still worked as expected but the TeamCity coding check policy (WTF??) got a bit sad about it..
| -rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index ca9f2c07e8..f7a581e3d7 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -12087,6 +12087,7 @@ Would you like to save them first?           notext="No"           yestext="Yes"/>      </notification> +      <notification    icon="alertmodal.tga"    name="WriteInventoryThumbnailsWarning" @@ -12099,5 +12100,5 @@ Would you like to save them first?           name="okcancelbuttons"           notext="No"           yestext="Yes"/> -    </notification +    </notification>  </notifications> | 
