CURRENCY added as a default token replacement within LLTrans. (Will be useful when strings are migrated from ui xmls to strings.xml). Also, fixed compile (missed llwindowcallbacks.cpp in my previous commit)
This commit is contained in:
@@ -85,6 +85,7 @@ public:
|
||||
return getString(xml_desc, empty);
|
||||
}
|
||||
|
||||
static void setDefaultArg(const std::string& name, const std::string& value);
|
||||
|
||||
private:
|
||||
typedef std::map<std::string, LLTransTemplate > template_map_t;
|
||||
|
||||
Reference in New Issue
Block a user