diff options
Diffstat (limited to 'linden/indra/newview/llfloaterproperties.cpp')
-rw-r--r-- | linden/indra/newview/llfloaterproperties.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/linden/indra/newview/llfloaterproperties.cpp b/linden/indra/newview/llfloaterproperties.cpp index 3059843..7dc6e42 100644 --- a/linden/indra/newview/llfloaterproperties.cpp +++ b/linden/indra/newview/llfloaterproperties.cpp | |||
@@ -59,6 +59,8 @@ | |||
59 | 59 | ||
60 | #include "lluictrlfactory.h" | 60 | #include "lluictrlfactory.h" |
61 | 61 | ||
62 | #include "hippoGridManager.h" | ||
63 | |||
62 | 64 | ||
63 | //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | 65 | //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
64 | // Class LLPropertiesObserver | 66 | // Class LLPropertiesObserver |
@@ -164,6 +166,8 @@ LLFloaterProperties::LLFloaterProperties(const std::string& name, const LLRect& | |||
164 | sPropertiesObserver = new LLPropertiesObserver; | 166 | sPropertiesObserver = new LLPropertiesObserver; |
165 | } | 167 | } |
166 | sPropertiesObserverCount++; | 168 | sPropertiesObserverCount++; |
169 | |||
170 | childSetTextArg("TextPrice", "[CURRENCY]", gHippoGridManager->getConnectedGrid()->getCurrencySymbol()); | ||
167 | 171 | ||
168 | // add the object to the static structure | 172 | // add the object to the static structure |
169 | LLUUID key = mItemID ^ mObjectID; | 173 | LLUUID key = mItemID ^ mObjectID; |