Commit d4135f5d authored by Ronald Sousa's avatar Ronald Sousa

- Minor naming changes and code clean up

parent 7392f04b
......@@ -653,7 +653,6 @@ static XNODE* node( const wxString& aName, const wxString& aTextualContent = wxE
XNODE* NETLIST_EXPORT_TOOL::makeGenericDesignHeader()
{
SCH_SCREENS screenList;
SCH_SCREEN* screen;
XNODE* xdesign = node( wxT("design") );
XNODE* xsheetInfo;
......@@ -687,7 +686,7 @@ XNODE* NETLIST_EXPORT_TOOL::makeGenericDesignHeader()
sheetNumTxt.Printf( sheetNumTxtFormat, ( sheetList.GetIndex() + 1 ) );
xpageNode->AddChild( node( wxT( "number" ), sheetNumTxt ) );
xpageNode->AddChild( node( wxT( "names" ), sheet->PathHumanReadable() ) );
xpageNode->AddChild( node( wxT( "name" ), sheet->PathHumanReadable() ) );
xpageNode->AddChild( node( wxT( "tstamps" ), sheet->Path() ) );
screen = sheet->LastScreen();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment