mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-04-03 04:52:54 +00:00
getting rid of root variable in che file
This commit is contained in:
parent
0102a67130
commit
bd62dacf47
@ -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");
|
||||
|
Loading…
x
Reference in New Issue
Block a user