summaryrefslogtreecommitdiff
path: root/indra/newview/llviewerregion.h
diff options
context:
space:
mode:
authorVadim ProductEngine <vsavchuk@productengine.com>2011-07-25 17:34:06 +0300
committerVadim ProductEngine <vsavchuk@productengine.com>2011-07-25 17:34:06 +0300
commitc645e9e59e9e0a83a25f2c782ac79c21d519939e (patch)
tree4d49f3ac14b5291c1482271f1e9692f2f920a26a /indra/newview/llviewerregion.h
parent578e44d9b89012d8d4e1352dfd8a2b56b9d58163 (diff)
STORM-1220 FIXED Localized sim product name (e.g. "Estate / Full Region") everywhere.
Diffstat (limited to 'indra/newview/llviewerregion.h')
-rw-r--r--indra/newview/llviewerregion.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llviewerregion.h b/indra/newview/llviewerregion.h
index f68b51ea65..dbc12f548b 100644
--- a/indra/newview/llviewerregion.h
+++ b/indra/newview/llviewerregion.h
@@ -193,6 +193,7 @@ public:
const std::string& getSimColoName() const { return mColoName; }
const std::string& getSimProductSKU() const { return mProductSKU; }
const std::string& getSimProductName() const { return mProductName; }
+ std::string getLocalizedSimProductName() const;
// Returns "Sandbox", "Expensive", etc.
static std::string regionFlagsToString(U32 flags);