зеркало из https://github.com/mozilla/gecko-dev.git
Fix for bugscape bug 11874: Better description of language desired in
Lang dropdown menu (r=smeredith)
This commit is contained in:
Родитель
a87328417e
Коммит
0f598b0976
|
@ -2010,7 +2010,7 @@ int StartIB(/*CString parms, WIDGET *curWidget*/)
|
|||
curVersion = GetGlobal("Version");
|
||||
curPlatform = GetGlobal("lPlatform");
|
||||
platformPath = rootPath+"Version\\"+curVersion+"\\"+curPlatform;
|
||||
curLanguage = GetGlobal("Language");
|
||||
curLanguage = GetLocaleCode(GetGlobal("Language"));
|
||||
localePath = rootPath+"Version\\"+curVersion+"\\"+curPlatform+"\\"+curLanguage;
|
||||
configPath = rootPath + "Configs\\" + configName;
|
||||
outputPath = configPath + "\\Output";
|
||||
|
|
Загрузка…
Ссылка в новой задаче