This commit is contained in:
Igor Pavlov
2015-06-15 00:00:00 +00:00
committed by Kornel Lesiński
parent 0713a3ab80
commit 54490d51d5
591 changed files with 34932 additions and 16390 deletions

View File

@@ -63,8 +63,7 @@ bool CLangPage::OnInit()
if (!LangOpen(lang, dirPrefix + fi.Name))
{
if (!error.IsEmpty())
error += L' ';
error.Add_Space_if_NotEmpty();
error += fs2us(fi.Name);
continue;
}
@@ -80,7 +79,7 @@ bool CLangPage::OnInit()
index = (int)_langCombo.AddString(s);
_langCombo.SetItemData(index, _paths.Size());
_paths.Add(shortName);
if (g_LangID.IsEqualToNoCase(shortName))
if (g_LangID.IsEqualTo_NoCase(shortName))
_langCombo.SetCurSel(index);
}