Renamed Me panel XUI class from "panel_me_profile_view" to "panel_me".
--HG-- branch : product-enginemaster
parent
70a0dbe8f8
commit
c889fa9ee1
|
|
@ -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()
|
||||
|
|
|
|||
|
|
@ -102,7 +102,7 @@
|
|||
background_visible="true"
|
||||
>
|
||||
<panel
|
||||
class="panel_me_profile_view"
|
||||
class="panel_me"
|
||||
name="panel_me"
|
||||
filename="panel_me.xml"
|
||||
label="Me"
|
||||
|
|
|
|||
Loading…
Reference in New Issue