diff options
author | Jacek Antonelli | 2008-08-15 23:46:01 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:46:01 -0500 |
commit | ae88605f72ef43be7b619b8c1c11a508ebae5057 (patch) | |
tree | f27474fe2d1186124211e2a5b2ad31927a3ab5bc /linden/indra/newview/llstartup.cpp | |
parent | Second Life viewer sources 1.20.13 (diff) | |
download | meta-impy-ae88605f72ef43be7b619b8c1c11a508ebae5057.zip meta-impy-ae88605f72ef43be7b619b8c1c11a508ebae5057.tar.gz meta-impy-ae88605f72ef43be7b619b8c1c11a508ebae5057.tar.bz2 meta-impy-ae88605f72ef43be7b619b8c1c11a508ebae5057.tar.xz |
Second Life viewer sources 1.20.14
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llstartup.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/linden/indra/newview/llstartup.cpp b/linden/indra/newview/llstartup.cpp index 1eb0654..b5ab0ee 100644 --- a/linden/indra/newview/llstartup.cpp +++ b/linden/indra/newview/llstartup.cpp | |||
@@ -1943,7 +1943,8 @@ BOOL idle_startup() | |||
1943 | option_it = (*it).find("tutorial_url"); | 1943 | option_it = (*it).find("tutorial_url"); |
1944 | if(option_it != (*it).end()) | 1944 | if(option_it != (*it).end()) |
1945 | { | 1945 | { |
1946 | LLFloaterHUD::sTutorialUrl = option_it->second; | 1946 | // Tutorial floater will append language code |
1947 | gSavedSettings.setString("TutorialURL", option_it->second); | ||
1947 | } | 1948 | } |
1948 | option_it = (*it).find("use_tutorial"); | 1949 | option_it = (*it).find("use_tutorial"); |
1949 | if(option_it != (*it).end()) | 1950 | if(option_it != (*it).end()) |