diff options
author | Merov Linden <merov@lindenlab.com> | 2013-08-12 20:26:33 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2013-08-12 20:26:33 -0700 |
commit | abc2abf45dbe69daa0130ad823ca7184acc9d8df (patch) | |
tree | 08fcdc9ebccbda09311ea672aea49b9f2d6b0eaf /indra/newview/llfloatersocial.cpp | |
parent | 481abb13812214d7d5f1124f8eb80f1cc1b08c19 (diff) |
ACME-820 : Use the LL hosted default image for the default map tile in checkin
Diffstat (limited to 'indra/newview/llfloatersocial.cpp')
-rw-r--r-- | indra/newview/llfloatersocial.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloatersocial.cpp b/indra/newview/llfloatersocial.cpp index 66a586b16b..4c17d9e40d 100644 --- a/indra/newview/llfloatersocial.cpp +++ b/indra/newview/llfloatersocial.cpp @@ -54,7 +54,7 @@ static LLRegisterPanelClassWrapper<LLSocialAccountPanel> t_panel_account("llsoci const S32 MAX_POSTCARD_DATASIZE = 1024 * 1024; // one megabyte const std::string DEFAULT_CHECKIN_LOCATION_URL = "http://maps.secondlife.com/"; -const std::string DEFAULT_CHECKIN_ICON_URL = "http://logok.org/wp-content/uploads/2010/07/podcastlogo1.jpg"; +const std::string DEFAULT_CHECKIN_ICON_URL = "http://map.secondlife.com.s3.amazonaws.com/map_placeholder.png"; std::string get_map_url() { |