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

--HG--
branch : product-engine
master
Vadim Savchuk 2009-11-23 20:12:00 +02:00
parent 70a0dbe8f8
commit c889fa9ee1
2 changed files with 2 additions and 2 deletions

View File

@ -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()

View File

@ -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"