aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llfloaterbuycontents.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llfloaterbuycontents.cpp')
-rw-r--r--linden/indra/newview/llfloaterbuycontents.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/linden/indra/newview/llfloaterbuycontents.cpp b/linden/indra/newview/llfloaterbuycontents.cpp
index 95a8caa..498d6ac 100644
--- a/linden/indra/newview/llfloaterbuycontents.cpp
+++ b/linden/indra/newview/llfloaterbuycontents.cpp
@@ -54,6 +54,8 @@
54#include "lluictrlfactory.h" 54#include "lluictrlfactory.h"
55#include "llviewerwindow.h" 55#include "llviewerwindow.h"
56 56
57#include "hippoGridManager.h"
58
57LLFloaterBuyContents* LLFloaterBuyContents::sInstance = NULL; 59LLFloaterBuyContents* LLFloaterBuyContents::sInstance = NULL;
58 60
59LLFloaterBuyContents::LLFloaterBuyContents() 61LLFloaterBuyContents::LLFloaterBuyContents()
@@ -129,6 +131,7 @@ void LLFloaterBuyContents::show(const LLSaleInfo& sale_info)
129 } 131 }
130 132
131 sInstance->childSetTextArg("contains_text", "[NAME]", node->mName); 133 sInstance->childSetTextArg("contains_text", "[NAME]", node->mName);
134 sInstance->childSetTextArg("buy_text", "[CURRENCY]", gHippoGridManager->getConnectedGrid()->getCurrencySymbol());
132 sInstance->childSetTextArg("buy_text", "[AMOUNT]", llformat("%d", sale_info.getSalePrice())); 135 sInstance->childSetTextArg("buy_text", "[AMOUNT]", llformat("%d", sale_info.getSalePrice()));
133 sInstance->childSetTextArg("buy_text", "[NAME]", owner_name); 136 sInstance->childSetTextArg("buy_text", "[NAME]", owner_name);
134 137