aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/floaterao.cpp
diff options
context:
space:
mode:
authorMcCabe Maxsted2010-04-09 20:09:14 -0700
committerMcCabe Maxsted2010-04-09 20:09:14 -0700
commitbec4fdebfff3563e9fe7f8c8bca81ceafa157bed (patch)
tree86b2c1be8650816c85291b95fae2003fb99b5c27 /linden/indra/newview/floaterao.cpp
parentAdded checkbox for showing client names in nametag (doesn't change their colo... (diff)
downloadmeta-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.cpp2
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
310bool LLFloaterAO::getInstance() 312bool LLFloaterAO::getInstance()