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

(cherry picked from commit eeee63186d)
This commit is contained in:
Seth Hillbrand 2024-04-25 09:01:44 -07:00
parent 813fce2d2d
commit ee0be76fb4
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,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