From b782560865c55c49a58d98af38cb2ea0ecb8448b Mon Sep 17 00:00:00 2001 From: Martin Reddy Date: Wed, 21 Oct 2009 00:42:11 +0000 Subject: EXT-1643: Removed the FirstMedia first use popup. The notification text for this popup is commented out of the notifications.xml file, so I'm commenting out the code that tries to pop up this notification too. This is just a quick short-term fix. In the longer term, I believe the plan is to remove all First Use dialogs entirely, so this entire file will eventually die. --- indra/newview/llfirstuse.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/indra/newview/llfirstuse.cpp b/indra/newview/llfirstuse.cpp index de079b7123..893b12ec35 100644 --- a/indra/newview/llfirstuse.cpp +++ b/indra/newview/llfirstuse.cpp @@ -272,6 +272,8 @@ void LLFirstUse::useMedia() { gWarningSettings.setBOOL("FirstMedia", FALSE); - LLNotifications::instance().add("FirstMedia"); + // Popup removed as a short-term fix for EXT-1643. + // Ultimately, the plan is to kill all First Use dialogs + //LLNotifications::instance().add("FirstMedia"); } } -- cgit v1.2.3