diff options
author | Richard Linden <none@none> | 2011-02-25 16:29:33 -0800 |
---|---|---|
committer | Richard Linden <none@none> | 2011-02-25 16:29:33 -0800 |
commit | 7eee709d777e9668126bdb1dd2e0b234f29b2b4e (patch) | |
tree | 19439b2c8db3470ea17ee1dde395f015f3721760 /indra/newview/skins/minimal/xui/en | |
parent | 740b4959a8fb8b2be61e1263c454e0843ce67226 (diff) |
SOCIAL-560 FIX enable notification of paid/received lindens
Diffstat (limited to 'indra/newview/skins/minimal/xui/en')
-rw-r--r-- | indra/newview/skins/minimal/xui/en/notification_visibility.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/skins/minimal/xui/en/notification_visibility.xml b/indra/newview/skins/minimal/xui/en/notification_visibility.xml index e954d69118..fc1810623d 100644 --- a/indra/newview/skins/minimal/xui/en/notification_visibility.xml +++ b/indra/newview/skins/minimal/xui/en/notification_visibility.xml @@ -6,7 +6,6 @@ <respond name="VoiceInviteAdHoc" response="Decline"/> <respond name="ObjectGiveItem" response="Discard"/> <respond name="VoiceInviteGroup" response="Decline"/> - <respond name="YouHaveBeenLoggedOut" response="Cancel_okcancelbuttons"/> <hide name="HintInventory"/> <hide name="HintLindenDollar"/> <hide name="HintMove"/> @@ -22,6 +21,7 @@ <show name="RegionRestartSeconds"/> <show name="ConfirmQuit"/> <show tag="fail"/> + <show tag="funds"/> <show type="hint"/> <show type="notifytoast"/> <show name="ModeChange"/> |