mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-11 09:49:05 +00:00
Changed: Remove hardcoded FAQ URLs
This commit is contained in:
parent
d3fef79319
commit
35ee674ac8
1 changed files with 7 additions and 14 deletions
|
@ -52,21 +52,14 @@ void browseFAQ(NLMISC::CConfigFile &cf)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (url.empty())
|
if (url.empty())
|
||||||
{
|
{
|
||||||
// not found ? rely on hardcoded stuff
|
// not found
|
||||||
if (nlstricmp(languageCode, "fr") == 0)
|
nlwarning("No FAQ url");
|
||||||
{
|
|
||||||
url = "http://forums.ryzom.com/forum/showthread.php?t=29130";
|
|
||||||
}
|
|
||||||
else if (nlstricmp(languageCode, "de") == 0)
|
|
||||||
{
|
|
||||||
url = "http://forums.ryzom.com/forum/showthread.php?t=29131";
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
url = "http://forums.ryzom.com/forum/showthread.php?t=29129";
|
|
||||||
}
|
|
||||||
}
|
|
||||||
openURL(url.c_str());
|
openURL(url.c_str());
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue