mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2026-07-06 13:08:00 -05:00
Linux: Update local documentation logic to the new organization of folders under "docs/html"
This commit is contained in:
@@ -56,7 +56,7 @@ namespace VeraCrypt
|
||||
Map[StringConverter::ToSingle (wstring (node.Attributes[L"key"]))] = text;
|
||||
}
|
||||
|
||||
string translatedXml = Resources::GetLanguageXml();
|
||||
string translatedXml = Resources::GetLanguageXml(PreferredLang);
|
||||
foreach (XmlNode node, XmlParser (translatedXml).GetNodes (L"entry"))
|
||||
{
|
||||
wxString text = node.InnerText;
|
||||
|
||||
Reference in New Issue
Block a user