summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelhome.cpp
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2010-01-13 13:15:17 -0800
committerTofu Linden <tofu.linden@lindenlab.com>2010-01-13 13:15:17 -0800
commitc58c4ace2ca99e06a69f100036a4f6771e3781fe (patch)
treec8d1f926678dd84b37bbcfcfffcd465da1ae92f3 /indra/newview/llpanelhome.cpp
parentf3bd6481a554ade34b133b2ae805838e27598639 (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.cpp2
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(),