Update comments (ElectricPinType -> ELECTRICAL_PINTYPE)

This commit is contained in:
unknown 2016-02-20 20:07:05 +01:00 committed by jean-pierre charras
parent 79422f929e
commit d7e2ffe8fb
1 changed files with 2 additions and 2 deletions

View File

@ -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" ),