diff options
| author | dolphin <dolphin@lindenlab.com> | 2014-03-20 16:32:31 -0700 |
|---|---|---|
| committer | dolphin <dolphin@lindenlab.com> | 2014-03-20 16:32:31 -0700 |
| commit | dba034ee100dae4b62ddf12523835a413a25f189 (patch) | |
| tree | eea5d465a7f11d1073b183dc42975ad379503302 /indra/newview/llstartup.cpp | |
| parent | b2591ca63c498ab606bf595e0b2e729e76caea24 (diff) | |
Experience log panel
Diffstat (limited to 'indra/newview/llstartup.cpp')
| -rwxr-xr-x | indra/newview/llstartup.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/indra/newview/llstartup.cpp b/indra/newview/llstartup.cpp index b5f976080a..b3633740ca 100755 --- a/indra/newview/llstartup.cpp +++ b/indra/newview/llstartup.cpp @@ -198,7 +198,7 @@ #include "llevents.h" #include "llstartuplistener.h" #include "lltoolbarview.h" -#include "llpanelexperiencelog.h" +#include "llexperiencelog.h" #if LL_WINDOWS #include "lldxhardware.h" @@ -1304,6 +1304,9 @@ bool idle_startup() gAgent.setPositionAgent(agent_start_position_region); display_startup(); + LLStartUp::initExperiences(); + + display_startup(); LLStartUp::setStartupState( STATE_MULTIMEDIA_INIT ); LLConversationLog::getInstance(); @@ -1413,9 +1416,6 @@ bool idle_startup() LLStartUp::initNameCache(); display_startup(); - LLStartUp::initExperiences(); - display_startup(); - // update the voice settings *after* gCacheName initialization // so that we can construct voice UI that relies on the name cache LLVoiceClient::getInstance()->updateSettings(); |
