diff options
author | Richard Linden <none@none> | 2011-02-24 18:44:54 -0800 |
---|---|---|
committer | Richard Linden <none@none> | 2011-02-24 18:44:54 -0800 |
commit | 45fd3e53a1be97927ab81f566a15ef33834ed866 (patch) | |
tree | f37bdba7ce90a6355913b875377fb8fe4359e2b8 /indra/newview/skins/minimal | |
parent | e0b75fd528390277e265aae810a9bf5a1b595405 (diff) |
SOCIAL-555 WIP back quit confirmation notification
re-enabled quit confirmation
Diffstat (limited to 'indra/newview/skins/minimal')
-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 4a808b19b7..97b9141534 100644 --- a/indra/newview/skins/minimal/xui/en/notification_visibility.xml +++ b/indra/newview/skins/minimal/xui/en/notification_visibility.xml @@ -9,7 +9,6 @@ <respond name="TeleportOffered" response="Cancel"/> <respond name="ObjectGiveItem" response="Discard"/> <respond name="VoiceInviteGroup" response="Decline"/> - <respond name="ConfirmQuit" response="OK_okcancelignore"/> <respond name="YouHaveBeenLoggedOut" response="Cancel_okcancelbuttons"/> <hide name="HintInventory"/> <hide name="HintLindenDollar"/> @@ -24,6 +23,7 @@ <hide name="RegionEntryAccessBlocked"/> <show name="RegionRestartMinutes"/> <show name="RegionRestartSeconds"/> + <show name="ConfirmQuit"/> <show tag="fail"/> <show type="hint"/> <show type="notifytoast"/> |