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:
Seth Hillbrand 2024-04-25 09:01:44 -07:00
parent be8744176c
commit eeee63186d
1 changed files with 1 additions and 1 deletions

View File

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