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:
@@ -187,3 +187,14 @@ void LLWindowCallbacks::handleResumeWatchdog(LLWindow *window)
|
||||
|
||||
}
|
||||
|
||||
std::string LLWindowCallbacks::translateString(const char* tag)
|
||||
{
|
||||
return std::string();
|
||||
}
|
||||
|
||||
//virtual
|
||||
std::string LLWindowCallbacks::translateString(const char* tag,
|
||||
const std::map<std::string, std::string>& args)
|
||||
{
|
||||
return std::string();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user