Fix copy-pasta.

This commit is contained in:
Jeff Young 2024-05-02 18:28:21 +01:00
parent b5b65d0846
commit 9f87598772
1 changed files with 5 additions and 5 deletions

View File

@ -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 )
{ {