summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelme.cpp
diff options
context:
space:
mode:
authorVadim Savchuk <vsavchuk@productengine.com>2009-11-23 20:12:00 +0200
committerVadim Savchuk <vsavchuk@productengine.com>2009-11-23 20:12:00 +0200
commitc889fa9ee1b4fd033a9dab40c19a7d21eb00c82b (patch)
tree95c6e12d3d0f2a344670fdf484d835ddd440d439 /indra/newview/llpanelme.cpp
parent70a0dbe8f8466438e12a45e70d0f901b9324f228 (diff)
Renamed Me panel XUI class from "panel_me_profile_view" to "panel_me".
--HG-- branch : product-engine
Diffstat (limited to 'indra/newview/llpanelme.cpp')
-rw-r--r--indra/newview/llpanelme.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpanelme.cpp b/indra/newview/llpanelme.cpp
index 0c7da30b03..e12da97f3b 100644
--- a/indra/newview/llpanelme.cpp
+++ b/indra/newview/llpanelme.cpp
@@ -46,7 +46,7 @@
#define PANEL_PROFILE "panel_profile"
static LLRegisterPanelClassWrapper<LLPanelMyProfileEdit> t_panel_me_profile_edit("edit_profile_panel");
-static LLRegisterPanelClassWrapper<LLPanelMe> t_panel_me_profile("panel_me_profile_view");
+static LLRegisterPanelClassWrapper<LLPanelMe> t_panel_me_profile("panel_me");
LLPanelMe::LLPanelMe(void)
: LLPanelProfile()