--- a/src/addObjectDialog.cpp Fri Aug 23 01:20:09 2013 +0300 +++ b/src/addObjectDialog.cpp Fri Aug 23 13:01:36 2013 +0300 @@ -82,7 +82,7 @@ break; case LDObject::BFC: - rb_bfcType = new RadioBox ("Statement", {}, 0, Qt::Vertical); + rb_bfcType = new RadioGroup ("Statement", {}, 0, Qt::Vertical); for (int i = 0; i < LDBFC::NumStatements; ++i) { // Separate these in two columns