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 877e586..bc982af 100644
--- a/linden/indra/newview/llfirstuse.cpp
+++ b/linden/indra/newview/llfirstuse.cpp
@@ -214,6 +214,17 @@ void LLFirstUse::useAttach()
214} 214}
215 215
216// static 216// static
217void LLFirstUse::useAO()
218{
219 if (gSavedSettings.getWarning("FirstAO"))
220 {
221 gSavedSettings.setWarning("FirstAO", FALSE);
222
223 LLNotifications::instance().add("FirstAO");
224 }
225}
226
227// static
217void LLFirstUse::useAppearance() 228void LLFirstUse::useAppearance()
218{ 229{
219 if (gSavedSettings.getWarning("FirstAppearance")) 230 if (gSavedSettings.getWarning("FirstAppearance"))