summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelme.cpp
diff options
context:
space:
mode:
authorEugene Mutavchi <emutavchi@productengine.com>2009-12-07 22:44:44 +0200
committerEugene Mutavchi <emutavchi@productengine.com>2009-12-07 22:44:44 +0200
commitc3a82913deb9b23ef1f22b6d002893b36146553a (patch)
tree96a2ea2cee48dcf0d5157cf41732f6f4bc1a28c9 /indra/newview/llpanelme.cpp
parent4a8733fadd54a44eb59bd4b80c7e727ccdc0c540 (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.cpp1
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();
}