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:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user