diff options
author | Kent Quirk <q@lindenlab.com> | 2010-01-08 17:12:17 -0500 |
---|---|---|
committer | Kent Quirk <q@lindenlab.com> | 2010-01-08 17:12:17 -0500 |
commit | a2032ad3491beefe7d709d4508cc98d4752eb0af (patch) | |
tree | ce0093dacf51746fca1c57a6ddf73e6760ed0d74 /indra/newview/llappviewer.cpp | |
parent | 427fa3344639873579bb3b75a647463839227e6a (diff) | |
parent | 99ad123b07cd7ce2b05577104602549b6caa41e5 (diff) |
Automated merge
Diffstat (limited to 'indra/newview/llappviewer.cpp')
-rw-r--r-- | indra/newview/llappviewer.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index e0356bc091..fb1bded795 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -313,6 +313,7 @@ void init_default_trans_args() { default_trans_args.insert("SECOND_LIFE"); // World default_trans_args.insert("APP_NAME"); + default_trans_args.insert("CAPITALIZED_APP_NAME"); default_trans_args.insert("SECOND_LIFE_GRID"); default_trans_args.insert("SUPPORT_SITE"); } |