diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-01-13 13:15:17 -0800 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-01-13 13:15:17 -0800 |
commit | c58c4ace2ca99e06a69f100036a4f6771e3781fe (patch) | |
tree | c8d1f926678dd84b37bbcfcfffcd465da1ae92f3 /indra/newview/llpanelhome.cpp | |
parent | f3bd6481a554ade34b133b2ae805838e27598639 (diff) |
EXT-3739 Task panel tabs in incorrect order, Home tab is missing
Diffstat (limited to 'indra/newview/llpanelhome.cpp')
-rw-r--r-- | indra/newview/llpanelhome.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpanelhome.cpp b/indra/newview/llpanelhome.cpp index 92b6d2f619..713d2d79b4 100644 --- a/indra/newview/llpanelhome.cpp +++ b/indra/newview/llpanelhome.cpp @@ -37,7 +37,7 @@ #include "llmediactrl.h" #include "llviewerhome.h" -static LLRegisterPanelClassWrapper<LLPanelHome> t_people("panel_sidetray_home"); +static LLRegisterPanelClassWrapper<LLPanelHome> t_home("panel_sidetray_home"); LLPanelHome::LLPanelHome() : LLPanel(), |