diff options
author | Vadim Savchuk <vsavchuk@productengine.com> | 2009-11-23 20:12:00 +0200 |
---|---|---|
committer | Vadim Savchuk <vsavchuk@productengine.com> | 2009-11-23 20:12:00 +0200 |
commit | c889fa9ee1b4fd033a9dab40c19a7d21eb00c82b (patch) | |
tree | 95c6e12d3d0f2a344670fdf484d835ddd440d439 /indra/newview/llpanelme.cpp | |
parent | 70a0dbe8f8466438e12a45e70d0f901b9324f228 (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.cpp | 2 |
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() |