diff options
Diffstat (limited to 'linden/indra/newview/llstartup.cpp')
-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()) |