зеркало из https://github.com/mozilla/pjs.git
getting rid of root variable in che file
This commit is contained in:
Родитель
46fddefcc8
Коммит
71b16a8af8
|
@ -1148,7 +1148,7 @@ void CWizardMachineApp::CreateNewCache()
|
|||
&& GlobalWidgetArray[i].type != "Button"
|
||||
&& GlobalWidgetArray[i].type != "GroupBox" )
|
||||
{
|
||||
if( (GlobalWidgetArray[i].name != "") || (GlobalWidgetArray[i].name != "Root") )
|
||||
if( (GlobalWidgetArray[i].name != "") && (GlobalWidgetArray[i].name != "Root"))
|
||||
{
|
||||
fprintf(globs, GlobalWidgetArray[i].name + "=" + GlobalWidgetArray[i].value);
|
||||
fprintf(globs, "\n");
|
||||
|
|
Загрузка…
Ссылка в новой задаче