diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/floaterao.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linden/indra/newview/floaterao.cpp b/linden/indra/newview/floaterao.cpp index 5ecd769..b084189 100644 --- a/linden/indra/newview/floaterao.cpp +++ b/linden/indra/newview/floaterao.cpp | |||
@@ -22,6 +22,7 @@ | |||
22 | // Uncomment and use instead if we ever add the chatbar as a command line - MC | 22 | // Uncomment and use instead if we ever add the chatbar as a command line - MC |
23 | //#include "chatbar_as_cmdline.h" | 23 | //#include "chatbar_as_cmdline.h" |
24 | #include "llfloaterchat.h" | 24 | #include "llfloaterchat.h" |
25 | #include "llfirstuse.h" | ||
25 | 26 | ||
26 | #include "llinventory.h" | 27 | #include "llinventory.h" |
27 | #include "llinventoryview.h" | 28 | #include "llinventoryview.h" |
@@ -305,6 +306,7 @@ void LLFloaterAO::show(void*) | |||
305 | { | 306 | { |
306 | sInstance->close(); | 307 | sInstance->close(); |
307 | } | 308 | } |
309 | LLFirstUse::useAO(); | ||
308 | } | 310 | } |
309 | 311 | ||
310 | bool LLFloaterAO::getInstance() | 312 | bool LLFloaterAO::getInstance() |