Fix copy-pasta.
This commit is contained in:
parent
b5b65d0846
commit
9f87598772
|
@ -97,7 +97,7 @@ void PCB_EDIT_FRAME::ExecuteRemoteCommand( const char* cmdline )
|
||||||
|
|
||||||
if( strcmp( idcmd, "$CONFIG" ) == 0 )
|
if( strcmp( idcmd, "$CONFIG" ) == 0 )
|
||||||
{
|
{
|
||||||
GetToolManager()->RunAction( ACTIONS::showSymbolLibTable );
|
GetToolManager()->RunAction( ACTIONS::showFootprintLibTable );
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
else if( strcmp( idcmd, "$CUSTOM_RULES" ) == 0 )
|
else if( strcmp( idcmd, "$CUSTOM_RULES" ) == 0 )
|
||||||
|
@ -145,7 +145,7 @@ void PCB_EDIT_FRAME::ExecuteRemoteCommand( const char* cmdline )
|
||||||
SetMsgPanel( items );
|
SetMsgPanel( items );
|
||||||
}
|
}
|
||||||
|
|
||||||
// fall through to hihglighting section
|
// fall through to highlighting section
|
||||||
}
|
}
|
||||||
else if( strcmp( idcmd, "$NETS:" ) == 0 )
|
else if( strcmp( idcmd, "$NETS:" ) == 0 )
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue