aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llfloaterhtmlhelp.cpp
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:45:38 -0500
committerJacek Antonelli2008-08-15 23:45:38 -0500
commitd7f00c03e236098b10ad5e30d35a0f159eb17255 (patch)
treed45c68b3a638b0545c88c1f644a6b9a689ce58e0 /linden/indra/newview/llfloaterhtmlhelp.cpp
parentSecond Life viewer sources 1.19.1.2 (diff)
downloadmeta-impy-d7f00c03e236098b10ad5e30d35a0f159eb17255.zip
meta-impy-d7f00c03e236098b10ad5e30d35a0f159eb17255.tar.gz
meta-impy-d7f00c03e236098b10ad5e30d35a0f159eb17255.tar.bz2
meta-impy-d7f00c03e236098b10ad5e30d35a0f159eb17255.tar.xz
Second Life viewer sources 1.19.1.3
Diffstat (limited to 'linden/indra/newview/llfloaterhtmlhelp.cpp')
-rw-r--r--linden/indra/newview/llfloaterhtmlhelp.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/linden/indra/newview/llfloaterhtmlhelp.cpp b/linden/indra/newview/llfloaterhtmlhelp.cpp
index db68bf8..f2a8374 100644
--- a/linden/indra/newview/llfloaterhtmlhelp.cpp
+++ b/linden/indra/newview/llfloaterhtmlhelp.cpp
@@ -424,6 +424,15 @@ void LLFloaterHtmlHelp::onClickF1HelpLoadURL(S32 option, void* userdata)
424 else 424 else
425 if ( lang == "de" ) 425 if ( lang == "de" )
426 help_url = "http://de.secondlife.com/support"; 426 help_url = "http://de.secondlife.com/support";
427 else
428 if ( lang == "es" )
429 help_url = "http://secondlife.com/app/support/index_es.html";
430 else
431 if ( lang == "fr" )
432 help_url = "http://secondlife.com/app/support/index_fr.html";
433 else
434 if ( lang == "zh" )
435 help_url = "http://secondlife.com/app/support/index_zh.html";
427 436
428 LLWeb::loadURL( help_url ); 437 LLWeb::loadURL( help_url );
429 }; 438 };