Fix for bugscape bug 11874: Better description of language desired in

Lang dropdown menu (r=smeredith)
This commit is contained in:
shrutiv%netscape.com 2002-05-06 20:41:55 +00:00
Родитель a87328417e
Коммит 0f598b0976
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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";