mirror of
https://github.com/Xevion/easy7zip.git
synced 2026-02-01 00:24:14 -06:00
4.54 beta
This commit is contained in:
committed by
Kornel Lesiński
parent
051769bbc5
commit
b82f80647d
@@ -35,7 +35,7 @@ void ReloadLang()
|
||||
if (GetProgramFolderPath(folderPath))
|
||||
langPath = folderPath + UString(L"Lang\\") + langPath;
|
||||
}
|
||||
g_Lang.Open(GetSystemString(langPath));
|
||||
g_Lang.Open(langPath);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -107,7 +107,7 @@ void LoadLangs(CObjectVector<CLangEx> &langs)
|
||||
if (fileInfo.Name.Right(kExtSize) != L".txt")
|
||||
continue;
|
||||
lang.ShortName = fileInfo.Name.Left(fileInfo.Name.Length() - kExtSize);
|
||||
if (lang.Lang.Open(GetSystemString(filePath)))
|
||||
if (lang.Lang.Open(filePath))
|
||||
langs.Add(lang);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user