зеркало из https://github.com/mozilla/pjs.git
Fix for bugscape bug 17654: Blank OS and Language-Region dropdown menu
using previous existing config files (r=mitchf)
This commit is contained in:
Родитель
c6d55a7801
Коммит
61d9bb5519
|
@ -576,7 +576,10 @@ NODE* CWizardMachineApp::CreateNode(NODE *parentNode, CString iniFile)
|
|||
NewNode->localVars->image = buffer;
|
||||
GetPrivateProfileString(varSection, "Visibility", "", buffer, MAX_SIZE, iniFile);
|
||||
NewNode->localVars->visibility = buffer;
|
||||
|
||||
GetPrivateProfileString(varSection, "Version", "", buffer, MAX_SIZE, iniFile);
|
||||
if (strcmp(buffer,"") != 0)
|
||||
SetGlobal("Version",buffer);
|
||||
|
||||
NewNode->navControls = new CONTROLS;
|
||||
GetPrivateProfileString(navCtrlSection, "OnNext", "", buffer, MAX_SIZE, iniFile);
|
||||
NewNode->navControls->onNextAction = buffer;
|
||||
|
|
|
@ -35,7 +35,6 @@ Gopherportno=0
|
|||
HTTPportno=0
|
||||
SSLportno=0
|
||||
SOCKSportno=0
|
||||
Version=7.0
|
||||
lPlatform=Windows
|
||||
Language=English-United States (enus)
|
||||
ClientVersion=7.0
|
||||
|
|
Загрузка…
Ссылка в новой задаче