Skip to content
Snippets Groups Projects
Commit c889fa9e authored by Vadim Savchuk's avatar Vadim Savchuk
Browse files

Renamed Me panel XUI class from "panel_me_profile_view" to "panel_me".

--HG--
branch : product-engine
parent 70a0dbe8
No related branches found
No related tags found
No related merge requests found
...@@ -46,7 +46,7 @@ ...@@ -46,7 +46,7 @@
#define PANEL_PROFILE "panel_profile" #define PANEL_PROFILE "panel_profile"
static LLRegisterPanelClassWrapper<LLPanelMyProfileEdit> t_panel_me_profile_edit("edit_profile_panel"); 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) LLPanelMe::LLPanelMe(void)
: LLPanelProfile() : LLPanelProfile()
......
...@@ -102,7 +102,7 @@ ...@@ -102,7 +102,7 @@
background_visible="true" background_visible="true"
> >
<panel <panel
class="panel_me_profile_view" class="panel_me"
name="panel_me" name="panel_me"
filename="panel_me.xml" filename="panel_me.xml"
label="Me" label="Me"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment