diff options
Diffstat (limited to 'linden/indra/newview/llfirstuse.cpp')
-rw-r--r-- | linden/indra/newview/llfirstuse.cpp | 11 |
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 |
217 | void 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 | ||
217 | void LLFirstUse::useAppearance() | 228 | void LLFirstUse::useAppearance() |
218 | { | 229 | { |
219 | if (gSavedSettings.getWarning("FirstAppearance")) | 230 | if (gSavedSettings.getWarning("FirstAppearance")) |