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:
parent
813fce2d2d
commit
ee0be76fb4
|
@ -86,7 +86,7 @@ public:
|
||||||
|
|
||||||
const IO_BASE::IO_FILE_DESC GetBoardFileDesc() const override
|
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
|
const IO_BASE::IO_FILE_DESC GetLibraryDesc() const override
|
||||||
|
|
Loading…
Reference in New Issue