aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llfirstuse.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llfirstuse.cpp')
-rw-r--r--linden/indra/newview/llfirstuse.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/linden/indra/newview/llfirstuse.cpp b/linden/indra/newview/llfirstuse.cpp
index b17bbc3..4ea950f 100644
--- a/linden/indra/newview/llfirstuse.cpp
+++ b/linden/indra/newview/llfirstuse.cpp
@@ -264,3 +264,14 @@ void LLFirstUse::useVoice()
264 LLFloaterVoiceWizard::showInstance(); 264 LLFloaterVoiceWizard::showInstance();
265 } 265 }
266} 266}
267
268// static
269void LLFirstUse::useMedia()
270{
271 if (gSavedSettings.getWarning("FirstMedia"))
272 {
273 gSavedSettings.setWarning("FirstMedia", FALSE);
274
275 LLNotifyBox::showXml("FirstMedia");
276 }
277}