diff options
author | Leslie Linden <leslie@lindenlab.com> | 2012-01-11 16:49:32 -0800 |
---|---|---|
committer | Leslie Linden <leslie@lindenlab.com> | 2012-01-11 16:49:32 -0800 |
commit | 59950f6178699b96e86bfd2c0bc701271b3f1a6b (patch) | |
tree | a67fc2789382f0bc1521d72b1924139be4f71eea /indra/newview/llmarketplacefunctions.h | |
parent | 98f071aa6fc2961d9a86fa1d174c1f988a6ef8dc (diff) |
EXP-1778 FIX -- Link to Marketplace Error log in transfer failed viewer notification
* Added a link to the "imports" log from the "done with errors" notification when
sending folders to the marketplace.
Diffstat (limited to 'indra/newview/llmarketplacefunctions.h')
-rw-r--r-- | indra/newview/llmarketplacefunctions.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llmarketplacefunctions.h b/indra/newview/llmarketplacefunctions.h index 78df86ef3e..4731566366 100644 --- a/indra/newview/llmarketplacefunctions.h +++ b/indra/newview/llmarketplacefunctions.h @@ -37,7 +37,7 @@ #include "llstring.h" -LLStringUtil::format_map_t getMarketplaceStringSubstitutions(); +LLSD getMarketplaceStringSubstitutions(); namespace MarketplaceErrorCodes |