Don't list IPC-2581 import
We don't currently support importing 2581 files. We need to clear IO_FILE_DESC to prevent this from accidentally showing Fixes https://gitlab.com/kicad/code/kicad/-/issues/17866
This commit is contained in:
parent
be8744176c
commit
eeee63186d
|
@ -85,7 +85,7 @@ public:
|
|||
|
||||
const IO_BASE::IO_FILE_DESC GetBoardFileDesc() const override
|
||||
{
|
||||
return IO_BASE::IO_FILE_DESC( _HKI( "IPC-2581 Production File" ), { "xml" } );
|
||||
return IO_BASE::IO_FILE_DESC( wxEmptyString, {} );
|
||||
}
|
||||
|
||||
const IO_BASE::IO_FILE_DESC GetLibraryDesc() const override
|
||||
|
|
Loading…
Reference in New Issue