diff options
author | dolphin <dolphin@lindenlab.com> | 2014-03-10 10:15:19 -0700 |
---|---|---|
committer | dolphin <dolphin@lindenlab.com> | 2014-03-10 10:15:19 -0700 |
commit | 7b9817cbcc5acab58d9d4355984b429850bd3ef8 (patch) | |
tree | e6e297900643f01962ee9b527532d6207db1acff /indra/newview/skins/default/xui | |
parent | 96457e1affe33d75208cabf7529b53eee8e8105b (diff) |
Fixed a bug that lost callbacks if > 10 experiences were looked up at a time.
Diffstat (limited to 'indra/newview/skins/default/xui')
3 files changed, 8 insertions, 4 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_experienceprofile.xml b/indra/newview/skins/default/xui/en/floater_experienceprofile.xml index fda84b0d4a..fa4e6c02db 100644 --- a/indra/newview/skins/default/xui/en/floater_experienceprofile.xml +++ b/indra/newview/skins/default/xui/en/floater_experienceprofile.xml @@ -10,7 +10,7 @@ min_width="325" min_height="325" width="358" - height="580"> + height="660"> <floater.string name="empty_slurl"> (none) @@ -42,7 +42,7 @@ <tab_container hide_tabs="true" follows="all" - height="540" + height="620" layout="topleft" left="5" min_height="250" diff --git a/indra/newview/skins/default/xui/en/floater_live_lsleditor.xml b/indra/newview/skins/default/xui/en/floater_live_lsleditor.xml index d8c2a753a1..40b47dc1d7 100755 --- a/indra/newview/skins/default/xui/en/floater_live_lsleditor.xml +++ b/indra/newview/skins/default/xui/en/floater_live_lsleditor.xml @@ -37,6 +37,10 @@ name="add_experiences"> Select to add an experience </floater.string> + <floater.string + name="loading"> + Loading... + </floater.string> <panel bevel_style="none" diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index 0da1e546ee..9482ebb520 100755 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -7003,7 +7003,7 @@ Unable to acquire a new experience: <notification icon="notify.tga" name="TeleportedHomeExperienceRemoved" - persist="true" + persist="false" type="notify"> You have been teleported from the region [region_name] for removing the experience secondlife:///app/experience/[public_id]/profile and are no longer permitted in the region. <form name="form"> @@ -7015,7 +7015,7 @@ Unable to acquire a new experience: <notification icon="notify.tga" name="TrustedExperienceEntry" - persist="true" + persist="false" type="notify"> You have been allowed into the region [region_name] by participating in the trusted experience secondlife:///app/experience/[public_id]/profile removing this experience may kick you from the region. <form name="form"> |