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/llappviewer.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/llappviewer.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linden/indra/newview/llappviewer.cpp b/linden/indra/newview/llappviewer.cpp index 63cc952..ae2c294 100644 --- a/linden/indra/newview/llappviewer.cpp +++ b/linden/indra/newview/llappviewer.cpp | |||
@@ -1758,6 +1758,7 @@ bool LLAppViewer::initConfiguration() | |||
1758 | LLFirstUse::addConfigVariable("FirstTeleport"); | 1758 | LLFirstUse::addConfigVariable("FirstTeleport"); |
1759 | LLFirstUse::addConfigVariable("FirstOverrideKeys"); | 1759 | LLFirstUse::addConfigVariable("FirstOverrideKeys"); |
1760 | LLFirstUse::addConfigVariable("FirstAttach"); | 1760 | LLFirstUse::addConfigVariable("FirstAttach"); |
1761 | LLFirstUse::addConfigVariable("FirstAO"); | ||
1761 | LLFirstUse::addConfigVariable("FirstAppearance"); | 1762 | LLFirstUse::addConfigVariable("FirstAppearance"); |
1762 | LLFirstUse::addConfigVariable("FirstInventory"); | 1763 | LLFirstUse::addConfigVariable("FirstInventory"); |
1763 | LLFirstUse::addConfigVariable("FirstSandbox"); | 1764 | LLFirstUse::addConfigVariable("FirstSandbox"); |