diff options
author | James Cook <james@lindenlab.com> | 2009-11-09 16:00:46 -0800 |
---|---|---|
committer | James Cook <james@lindenlab.com> | 2009-11-09 16:00:46 -0800 |
commit | 2f4174692e91768ad1302fbfadb5e12fb8670da3 (patch) | |
tree | 312cff539cce443e2023bd3575ef7550e299dc43 /indra/newview/llfloaterpostcard.cpp | |
parent | 668ba958c77d46c87f54f8d6e77b5aac921b5733 (diff) |
DEV-42409 Email snapshot now fills in sender email address as before.
Sending now works.
Reviewed with Ambroff.
Diffstat (limited to 'indra/newview/llfloaterpostcard.cpp')
-rw-r--r-- | indra/newview/llfloaterpostcard.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloaterpostcard.cpp b/indra/newview/llfloaterpostcard.cpp index 938370b732..ae1a99e5fc 100644 --- a/indra/newview/llfloaterpostcard.cpp +++ b/indra/newview/llfloaterpostcard.cpp @@ -291,7 +291,7 @@ void LLFloaterPostcard::uploadCallback(const LLUUID& asset_id, void *user_data, // static void LLFloaterPostcard::updateUserInfo(const std::string& email) { - LLFloaterReg::const_instance_list_t& inst_list = LLFloaterReg::getFloaterList("impanel"); + LLFloaterReg::const_instance_list_t& inst_list = LLFloaterReg::getFloaterList("postcard"); for (LLFloaterReg::const_instance_list_t::const_iterator iter = inst_list.begin(); iter != inst_list.end(); ++iter) { |