Update comments (ElectricPinType -> ELECTRICAL_PINTYPE)
This commit is contained in:
parent
79422f929e
commit
d7e2ffe8fb
|
@ -103,7 +103,7 @@ static const int pin_style_codes[] =
|
||||||
#define PIN_STYLE_CNT DIM( pin_style_codes )
|
#define PIN_STYLE_CNT DIM( pin_style_codes )
|
||||||
|
|
||||||
// bitmaps to show pins electrical type in dialog editor
|
// 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[] =
|
static const BITMAP_DEF iconsPinsElectricalType[] =
|
||||||
{
|
{
|
||||||
pintype_input_xpm,
|
pintype_input_xpm,
|
||||||
|
@ -127,7 +127,7 @@ const wxString LIB_PIN::GetCanonicalElectricalTypeName( unsigned aType )
|
||||||
// These strings are the canonical name of the electrictal type
|
// These strings are the canonical name of the electrictal type
|
||||||
// Not translated, no space in name, only ASCII chars.
|
// Not translated, no space in name, only ASCII chars.
|
||||||
// to use when the string name must be known and well defined
|
// 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[] =
|
static const wxChar* msgPinElectricType[] =
|
||||||
{
|
{
|
||||||
wxT( "input" ),
|
wxT( "input" ),
|
||||||
|
|
Loading…
Reference in New Issue