summaryrefslogtreecommitdiff
path: root/indra/newview/llfirstuse.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llfirstuse.cpp')
-rw-r--r--indra/newview/llfirstuse.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/indra/newview/llfirstuse.cpp b/indra/newview/llfirstuse.cpp
index 2772a13416..97ebc02ba1 100644
--- a/indra/newview/llfirstuse.cpp
+++ b/indra/newview/llfirstuse.cpp
@@ -264,3 +264,14 @@ void LLFirstUse::useVoice()
LLFloaterVoiceWizard::showInstance();
}
}
+
+// static
+void LLFirstUse::useMedia()
+{
+ if (gSavedSettings.getWarning("FirstMedia"))
+ {
+ gSavedSettings.setWarning("FirstMedia", FALSE);
+
+ LLNotifyBox::showXml("FirstMedia");
+ }
+}