summaryrefslogtreecommitdiff
path: root/indra/newview/llappviewer.cpp
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2012-08-14 13:29:01 -0400
committerOz Linden <oz@lindenlab.com>2012-08-14 13:29:01 -0400
commit3bed3966755cc31384b224405254d7f46c748b8e (patch)
tree5c687ea62827344b9edc187c443f6c6243781c93 /indra/newview/llappviewer.cpp
parent1e0470ac56aff52c6b44d503778d09676f5fce4a (diff)
parent96f8dddba92a52d6f4623837aaab36292e8f28ae (diff)
merge changes for DRTVWR-191
Diffstat (limited to 'indra/newview/llappviewer.cpp')
-rw-r--r--indra/newview/llappviewer.cpp3
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");
}
//----------------------------------------------------------------------------