diff options
author | Rider Linden <rider@lindenlab.com> | 2015-09-11 17:34:53 -0700 |
---|---|---|
committer | Rider Linden <rider@lindenlab.com> | 2015-09-11 17:34:53 -0700 |
commit | f2da6ec2ac7299b62b3c11455356c8c2ab5f2b2b (patch) | |
tree | 3fde687b789ffec57940dd407c45bcd68ab8d8e3 /indra/newview/llfloatermarketplacelistings.cpp | |
parent | c8f41d200ff163c6167c27b86a0f93b7a5d5dcd9 (diff) |
Bit of cleanup around Translation and remove httpassetstorage
Diffstat (limited to 'indra/newview/llfloatermarketplacelistings.cpp')
-rwxr-xr-x | indra/newview/llfloatermarketplacelistings.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloatermarketplacelistings.cpp b/indra/newview/llfloatermarketplacelistings.cpp index b2d36479cd..18f0bc4498 100755 --- a/indra/newview/llfloatermarketplacelistings.cpp +++ b/indra/newview/llfloatermarketplacelistings.cpp @@ -572,7 +572,7 @@ void LLFloaterMarketplaceListings::updateView() std::string title; std::string tooltip; - const LLSD& subs = getMarketplaceStringSubstitutions(); + const LLSD& subs = LLMarketplaceData::getMarketplaceStringSubstitutions(); // Update the top message or flip to the tabs and folders view // *TODO : check those messages and create better appropriate ones in strings.xml |