diff options
author | angela <angela@lindenlab.com> | 2010-01-14 09:38:46 +0800 |
---|---|---|
committer | angela <angela@lindenlab.com> | 2010-01-14 09:38:46 +0800 |
commit | 433eb89473e9aaa3864299b7ba50a320f14bba38 (patch) | |
tree | d79ac51738d46d2e272458a68d1a464406c5f9a4 /indra/newview/llfloaterpreference.cpp | |
parent | 9b6195fcb2b2642fcd0b934effeb90b5fe22dc64 (diff) |
EXT-3795 First run messages still display (click & drag on map, Build tools open, movement controlled, etc)
Diffstat (limited to 'indra/newview/llfloaterpreference.cpp')
-rw-r--r-- | indra/newview/llfloaterpreference.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/indra/newview/llfloaterpreference.cpp b/indra/newview/llfloaterpreference.cpp index 9af37e8174..f6cea986c1 100644 --- a/indra/newview/llfloaterpreference.cpp +++ b/indra/newview/llfloaterpreference.cpp @@ -51,7 +51,7 @@ #include "lldirpicker.h" #include "llfeaturemanager.h" #include "llfocusmgr.h" -#include "llfirstuse.h" +//#include "llfirstuse.h" #include "llfloaterreg.h" #include "llfloaterabout.h" #include "llfloaterhardwaresettings.h" @@ -244,7 +244,7 @@ bool callback_skip_dialogs(const LLSD& notification, const LLSD& response, LLFlo if ( floater ) { floater->setAllIgnored(); - LLFirstUse::disableFirstUse(); + // LLFirstUse::disableFirstUse(); floater->buildPopupLists(); } } @@ -259,7 +259,7 @@ bool callback_reset_dialogs(const LLSD& notification, const LLSD& response, LLFl if ( floater ) { floater->resetAllIgnored(); - LLFirstUse::resetFirstUse(); + //LLFirstUse::resetFirstUse(); floater->buildPopupLists(); } } |