diff options
author | Runitai <> | 2010-01-11 11:24:04 -0600 |
---|---|---|
committer | Runitai <> | 2010-01-11 11:24:04 -0600 |
commit | 78cb4204a471129a3f3486d33cf115de816de36c (patch) | |
tree | bd2d8ea33a1c9d8b2893a1e8efc480d5bb87dc3a /indra/newview/llappviewer.cpp | |
parent | 2a00a16f57daf7c3f99b0374901c03644a5b5f1b (diff) | |
parent | fddc7d856e420b24e67f1f20af7bc45817a1a8fb (diff) |
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"); } |