diff options
author | Martin Reddy <lynx@lindenlab.com> | 2009-09-14 11:49:01 +0000 |
---|---|---|
committer | Martin Reddy <lynx@lindenlab.com> | 2009-09-14 11:49:01 +0000 |
commit | 5f4764c785becf7344f48b02afd764a37b820d4c (patch) | |
tree | f203ee0179a4bfe7ad912d0fd553109d016c2d78 /indra/newview/skins/default/xui | |
parent | b6c716e50fa1bcab831d175eb1e3412912da29e1 (diff) |
DEV-39188: clicking on unsupported secondlife:///app/ SLURLs now
brings up a notification telling you this; rather than displaying
the Place side panel with N/A information.
Now, if you click on an Event or Classified SLURL, you get this
unsupported alert (2.0 does not have side panels for these types
of assets, instead they are integrated into Search).
Diffstat (limited to 'indra/newview/skins/default/xui')
-rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index 8b20918700..1f0578f819 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -6501,6 +6501,14 @@ Click Accept to join the chat or Decline to decline the invitation. Click Block The link you clicked cannot be opened from this web browser. </notification> + <notification + icon="notifytip.tga" + name="UnsupportedCommandSLURL" + priority="high" + type="notifytip"> + The SLURL you clicked on is not supported. + </notification> + <notification name="IMToast" type="notifytoast"> [MESSAGE] <form name="form"> |