diff --git a/indra/newview/llpanelme.cpp b/indra/newview/llpanelme.cpp
index 19eddb8c51b389f023e8da63220962aae327829c..84ed7356f1cc4bd3bd14f711ac8e3a299997947e 100644
--- a/indra/newview/llpanelme.cpp
+++ b/indra/newview/llpanelme.cpp
@@ -289,8 +289,10 @@ void LLPanelMyProfileEdit::resetData()
 {
 	LLPanelMyProfile::resetData();
 
-	childSetTextArg("name_text", "[FIRST]", LLStringUtil::null);
-	childSetTextArg("name_text", "[LAST]", LLStringUtil::null);
+	//childSetTextArg("name_text", "[FIRST]", LLStringUtil::null);
+	//childSetTextArg("name_text", "[LAST]", LLStringUtil::null);
+	getChild<LLUICtrl>("user_name")->setValue( LLSD() );
+	getChild<LLUICtrl>("user_slid")->setValue( LLSD() );
 }
 
 void LLPanelMyProfileEdit::onTexturePickerMouseEnter(LLUICtrl* ctrl)
diff --git a/indra/newview/skins/default/xui/en/panel_edit_profile.xml b/indra/newview/skins/default/xui/en/panel_edit_profile.xml
index f400acc1d45d9dc0ed7929dd7416461a95b46e4f..c6403c66dd77de19c60a4ebf38dff314d1d43132 100644
--- a/indra/newview/skins/default/xui/en/panel_edit_profile.xml
+++ b/indra/newview/skins/default/xui/en/panel_edit_profile.xml
@@ -89,34 +89,34 @@
          width="290">
       <text
        follows="top|left"
-       font="SansSerifHuge"
-       height="13"
+       font="SansSerifBigBold"
+       height="20"
        layout="topleft"
        left="10"
        name="user_name"
+       text_color="white"
+       top="4"
+       value="Hamilton Hitchings"
+       width="280" />
+      <text
+       follows="top|left"
+       height="13"
+       layout="topleft"
+       left="10"
+       name="user_slid"
        text_color="LtGray"
-       top="0"
-       value="James Linden"
+       top_pad="5"
+       value="(hamilton.linden)"
        width="150" />
       <button
        follows="top|left"
-       height="23"
+       height="20"
        label="Set Name..."
        left="170"
        name="set_name"
-       top="0"
+       top_delta="-4"
        visible="false" 
        width="110" />
-      <text
-       follows="top|left"
-       height="13"
-       layout="topleft"
-       left="10"
-       name="user_slid"
-       text_color="LtGray"
-       top_pad="4"
-       value="(james.linden)"
-       width="150" />
       <panel
        name="lifes_images_panel"
          follows="left|top|right"