aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llappviewer.cpp
diff options
context:
space:
mode:
authorMcCabe Maxsted2010-08-01 22:33:02 -0700
committerMcCabe Maxsted2010-08-01 22:33:02 -0700
commitd13953212bdca54d213312a076f5d65ebf0d5426 (patch)
tree5a278c92350a5965c2b9dea93068197aa3028794 /linden/indra/newview/llappviewer.cpp
parentApplied shift-enter whisper shortcut patch by Henri Beauchamp, ported by Ansa... (diff)
downloadmeta-impy-d13953212bdca54d213312a076f5d65ebf0d5426.zip
meta-impy-d13953212bdca54d213312a076f5d65ebf0d5426.tar.gz
meta-impy-d13953212bdca54d213312a076f5d65ebf0d5426.tar.bz2
meta-impy-d13953212bdca54d213312a076f5d65ebf0d5426.tar.xz
Added first use grid selector for selecting the default grid when Imprudence is first run
Diffstat (limited to 'linden/indra/newview/llappviewer.cpp')
-rw-r--r--linden/indra/newview/llappviewer.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/linden/indra/newview/llappviewer.cpp b/linden/indra/newview/llappviewer.cpp
index cba1af1..db2854d 100644
--- a/linden/indra/newview/llappviewer.cpp
+++ b/linden/indra/newview/llappviewer.cpp
@@ -1827,6 +1827,7 @@ bool LLAppViewer::initConfiguration()
1827 LLFirstUse::addConfigVariable("FirstSculptedPrim"); 1827 LLFirstUse::addConfigVariable("FirstSculptedPrim");
1828 LLFirstUse::addConfigVariable("FirstVoice"); 1828 LLFirstUse::addConfigVariable("FirstVoice");
1829 LLFirstUse::addConfigVariable("FirstMedia"); 1829 LLFirstUse::addConfigVariable("FirstMedia");
1830 LLFirstUse::addConfigVariable("FirstLoginScreen");
1830 1831
1831 // - read command line settings. 1832 // - read command line settings.
1832 LLControlGroupCLP clp; 1833 LLControlGroupCLP clp;