diff options
| author | Eli Linden <eli@lindenlab.com> | 2010-03-12 16:12:34 -0800 |
|---|---|---|
| committer | Eli Linden <eli@lindenlab.com> | 2010-03-12 16:12:34 -0800 |
| commit | 8c33d5aeccb6d01ab59777a3b4bb3baaae4af8b4 (patch) | |
| tree | 7324c3b2edfabc6f728791ce055eeef74643b197 /indra/llplugin/llpluginprocesschild.cpp | |
| parent | 69efa833f7e21c13b16b72d603405651fe0d0241 (diff) | |
| parent | d5e685306ce100a62db06a36dfef58f3beb22b7a (diff) | |
Merge
Diffstat (limited to 'indra/llplugin/llpluginprocesschild.cpp')
| -rw-r--r-- | indra/llplugin/llpluginprocesschild.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llplugin/llpluginprocesschild.cpp b/indra/llplugin/llpluginprocesschild.cpp index 52b5a319ec..9b43ec0e3e 100644 --- a/indra/llplugin/llpluginprocesschild.cpp +++ b/indra/llplugin/llpluginprocesschild.cpp @@ -156,6 +156,7 @@ void LLPluginProcessChild::idle(void) setState(STATE_PLUGIN_INITIALIZING); LLPluginMessage message("base", "init"); message.setValue("user_data_path", mUserDataPath); + message.setValue("language_code", mLanguageCode); sendMessageToPlugin(message); } break; @@ -329,6 +330,7 @@ void LLPluginProcessChild::receiveMessageRaw(const std::string &message) { mPluginFile = parsed.getValue("file"); mUserDataPath = parsed.getValue("user_data_path"); + mLanguageCode = parsed.getValue("language_code"); } else if(message_name == "shm_add") { |
