diff --git a/eeschema/lib_pin.cpp b/eeschema/lib_pin.cpp index 85ae3479e3..bbf7819f04 100644 --- a/eeschema/lib_pin.cpp +++ b/eeschema/lib_pin.cpp @@ -103,7 +103,7 @@ static const int pin_style_codes[] = #define PIN_STYLE_CNT DIM( pin_style_codes ) // bitmaps to show pins electrical type in dialog editor -// must have same order than enum ElectricPinType (see lib_pin.h) +// must have same order than enum ELECTRICAL_PINTYPE (see lib_pin.h) static const BITMAP_DEF iconsPinsElectricalType[] = { pintype_input_xpm, @@ -127,7 +127,7 @@ const wxString LIB_PIN::GetCanonicalElectricalTypeName( unsigned aType ) // These strings are the canonical name of the electrictal type // Not translated, no space in name, only ASCII chars. // to use when the string name must be known and well defined - // must have same order than enum ElectricPinType (see lib_pin.h) + // must have same order than enum ELECTRICAL_PINTYPE (see lib_pin.h) static const wxChar* msgPinElectricType[] = { wxT( "input" ),