aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llappviewer.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llappviewer.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/linden/indra/newview/llappviewer.cpp b/linden/indra/newview/llappviewer.cpp
index f1cd447..d757ba6 100644
--- a/linden/indra/newview/llappviewer.cpp
+++ b/linden/indra/newview/llappviewer.cpp
@@ -1826,6 +1826,12 @@ bool LLAppViewer::initConfiguration()
1826 LLFirstUse::addConfigVariable("FirstMedia"); 1826 LLFirstUse::addConfigVariable("FirstMedia");
1827 LLFirstUse::addConfigVariable("FirstLoginScreen"); 1827 LLFirstUse::addConfigVariable("FirstLoginScreen");
1828 1828
1829// [RLVa:KB] - Checked: RLVa-1.0.3a (2009-09-10) | Added: RLVa-1.0.3a
1830 //LLFirstUse::addConfigVariable(RLV_SETTING_FIRSTUSE_DETACH);
1831 //LLFirstUse::addConfigVariable(RLV_SETTING_FIRSTUSE_ENABLEWEAR);
1832 //LLFirstUse::addConfigVariable(RLV_SETTING_FIRSTUSE_FARTOUCH);
1833// [/RLVa:KB]
1834
1829 // - read command line settings. 1835 // - read command line settings.
1830 LLControlGroupCLP clp; 1836 LLControlGroupCLP clp;
1831 std::string cmd_line_config = gDirUtilp->getExpandedFilename(LL_PATH_APP_SETTINGS, 1837 std::string cmd_line_config = gDirUtilp->getExpandedFilename(LL_PATH_APP_SETTINGS,