Index: bboard.c =================================================================== --- bboard.c (revision 8412) +++ bboard.c (revision 8413) @@ -102,7 +102,7 @@ %end-doc */ { - "bbfile", "Braedboard file name", HID_String, 0, 0, + "bbfile", "Braedboard file name", PCB_HATT_STRING, 0, 0, { 0, 0, 0}, 0, 0}, /* @@ -114,7 +114,7 @@ %end-doc */ { - "bgcolor", "Background color (rrggbb)", HID_String, 0, 0, + "bgcolor", "Background color (rrggbb)", PCB_HATT_STRING, 0, 0, { 0, 0, 0}, 0, 0}, /* @@ -126,7 +126,7 @@ %end-doc */ { - "skipsolder", "Ignore solder layer", HID_Boolean, 0, 0, + "skipsolder", "Ignore solder layer", PCB_HATT_BOOL, 0, 0, { 1, 0, 0}, 0, 0}, /* @@ -138,7 +138,7 @@ %end-doc */ { - "antialias", "Antialiasing", HID_Boolean, 0, 0, + "antialias", "Antialiasing", PCB_HATT_BOOL, 0, 0, { 1, 0, 0}, 0, 0}, };