eeschema: add SCH_SHEET_PIN_T in ParentItems collector, convert sch_collectors.* to native unix format

This commit is contained in:
Andrey Fedorushkov 2011-07-12 10:57:11 +04:00
parent 90dbf5a94a
commit 9a51dc7593
2 changed files with 468 additions and 467 deletions

View File

@ -137,6 +137,7 @@ const KICAD_T SCH_COLLECTOR::ParentItems[] = {
SCH_GLOBAL_LABEL_T,
SCH_HIERARCHICAL_LABEL_T,
SCH_COMPONENT_T,
SCH_SHEET_PIN_T,
SCH_SHEET_T,
EOT
};