From acb11a2a18c5ae1bd1a5f32b4791067faf22426f Mon Sep 17 00:00:00 2001 From: t3hcatpaw Date: Thu, 2 Feb 2017 10:02:28 +0100 Subject: [PATCH] Update fp-lib-table.for-pretty add missing '_SMD' and '_THT' to inductor lib names to fix crash (nighly build r7567) --- template/fp-lib-table.for-pretty | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/template/fp-lib-table.for-pretty b/template/fp-lib-table.for-pretty index 74919a75..710e6a2d 100644 --- a/template/fp-lib-table.for-pretty +++ b/template/fp-lib-table.for-pretty @@ -48,8 +48,8 @@ (lib (name Housings_SSOP)(type KiCad)(uri ${KISYSMOD}/Housings_SSOP.pretty)(options "")(descr "SSOP, TSSOP, MSOP, QSOP, VSO packages")) (lib (name Inductors_NEOSID)(type KiCad)(uri ${KISYSMOD}/Inductors_NEOSID.pretty)(options "")(descr "Deprecated - will be removed")) (lib (name Inductors)(type KiCad)(uri ${KISYSMOD}/Inductors.pretty)(options "")(descr "Deprecated - will be removed")) - (lib (name Inductors)(type KiCad)(uri ${KISYSMOD}/Inductors_SMD.pretty)(options "")(descr "Inductors, surface mount")) - (lib (name Inductors)(type KiCad)(uri ${KISYSMOD}/Inductors_THT.pretty)(options "")(descr "Inductors, through hole")) + (lib (name Inductors_SMD)(type KiCad)(uri ${KISYSMOD}/Inductors_SMD.pretty)(options "")(descr "Inductors, surface mount")) + (lib (name Inductors_THT)(type KiCad)(uri ${KISYSMOD}/Inductors_THT.pretty)(options "")(descr "Inductors, through hole")) (lib (name IR-DirectFETs)(type KiCad)(uri ${KISYSMOD}/IR-DirectFETs.pretty)(options "")(descr "DirectFet packets from International Rectifier")) (lib (name Labels)(type KiCad)(uri ${KISYSMOD}/Labels.pretty)(options "")(descr "Deprecated - will be removed")) (lib (name LEDs)(type KiCad)(uri ${KISYSMOD}/LEDs.pretty)(options "")(descr "Light emitting diodes (LEDs)"))