diff options
author | Martin Reddy <lynx@lindenlab.com> | 2009-10-21 00:42:11 +0000 |
---|---|---|
committer | Martin Reddy <lynx@lindenlab.com> | 2009-10-21 00:42:11 +0000 |
commit | b782560865c55c49a58d98af38cb2ea0ecb8448b (patch) | |
tree | b714dd3ff070689ab471996fee7d6ffd0ab8158d /indra/newview/llfirstuse.cpp | |
parent | a2d0b1d77ffdf78ca3dd0a5db276e657a8c4919e (diff) |
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.
Diffstat (limited to 'indra/newview/llfirstuse.cpp')
-rw-r--r-- | indra/newview/llfirstuse.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
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"); } } |