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

Lang dropdown menu (r=smeredith)


git-svn-id: svn://10.0.0.236/trunk@120858 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
shrutiv%netscape.com
2002-05-06 20:34:26 +00:00
parent 7862c24a7d
commit 677c8cf780
7 changed files with 160 additions and 13 deletions

View File

@@ -142,7 +142,7 @@ int GenerateComponentList(CString parms, WIDGET *curWidget)
nscpxpiPath;
CString curVersion = GetGlobal("Version");
CString curPlatform = GetGlobal("lPlatform");
CString curLanguage = GetGlobal("Language");
CString curLanguage = GetLocaleCode(GetGlobal("Language"));
CString localePath = rootPath+"Version\\"+curVersion+"\\"+curPlatform+"\\"+curLanguage;
if (SearchPath(workspacePath, "NSCPXPI", NULL, 0, NULL, NULL))