diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2012-08-02 13:23:46 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2012-08-02 13:23:46 -0400 |
commit | f1ff284569ea5055062d3152819037c6c244d630 (patch) | |
tree | 6dddcac1b1d4542240f3c4a8318894e7658e307f /indra/newview/llappviewer.cpp | |
parent | b8bac66a0f8c392a221ad2c64611e2a55de82339 (diff) | |
parent | 300662919e3fd5eb29b123fc555f176498e41a53 (diff) |
Automated merge with http://hg.secondlife.com/viewer-development
Diffstat (limited to 'indra/newview/llappviewer.cpp')
-rw-r--r-- | indra/newview/llappviewer.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index 63737c78d0..2464050f7b 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -379,6 +379,9 @@ void init_default_trans_args() default_trans_args.insert("CAPITALIZED_APP_NAME"); default_trans_args.insert("SECOND_LIFE_GRID"); default_trans_args.insert("SUPPORT_SITE"); + // This URL shows up in a surprising number of places in various skin + // files. We really only want to have to maintain a single copy of it. + default_trans_args.insert("create_account_url"); } //---------------------------------------------------------------------------- |