diff options
author | Eugene Mutavchi <emutavchi@productengine.com> | 2009-12-07 22:44:44 +0200 |
---|---|---|
committer | Eugene Mutavchi <emutavchi@productengine.com> | 2009-12-07 22:44:44 +0200 |
commit | c3a82913deb9b23ef1f22b6d002893b36146553a (patch) | |
tree | 96a2ea2cee48dcf0d5157cf41732f6f4bc1a28c9 /indra/newview/llpanelme.cpp | |
parent | 4a8733fadd54a44eb59bd4b80c7e727ccdc0c540 (diff) |
Fixed normal bug EXT-3018([BSI] Hook up "Go to My Dashboard" in Profile to link to http://secondlife.com/my)
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llpanelme.cpp')
-rw-r--r-- | indra/newview/llpanelme.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llpanelme.cpp b/indra/newview/llpanelme.cpp index 4e21268a8a..ece93125b3 100644 --- a/indra/newview/llpanelme.cpp +++ b/indra/newview/llpanelme.cpp @@ -220,6 +220,7 @@ BOOL LLPanelMyProfileEdit::postBuild() initTexturePickerMouseEvents(); childSetTextArg("partner_edit_link", "[URL]", getString("partner_edit_link_url")); + childSetTextArg("my_account_link", "[URL]", getString("my_account_link_url")); return LLPanelAvatarProfile::postBuild(); } |