diff options
author | McCabe Maxsted | 2010-04-09 20:09:14 -0700 |
---|---|---|
committer | McCabe Maxsted | 2010-04-09 20:09:14 -0700 |
commit | bec4fdebfff3563e9fe7f8c8bca81ceafa157bed (patch) | |
tree | 86b2c1be8650816c85291b95fae2003fb99b5c27 /linden/indra/newview/floaterao.cpp | |
parent | Added checkbox for showing client names in nametag (doesn't change their colo... (diff) | |
download | meta-impy-bec4fdebfff3563e9fe7f8c8bca81ceafa157bed.zip meta-impy-bec4fdebfff3563e9fe7f8c8bca81ceafa157bed.tar.gz meta-impy-bec4fdebfff3563e9fe7f8c8bca81ceafa157bed.tar.bz2 meta-impy-bec4fdebfff3563e9fe7f8c8bca81ceafa157bed.tar.xz |
Added a first use notification to the AO
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() |