Allow datum point and line from circular reference

This commit is contained in:
jrheinlaender
2013-09-16 20:38:03 +02:00
committed by Stefan Tröger
parent 5aa16e7807
commit ef31d1ca20
3 changed files with 35 additions and 7 deletions

View File

@@ -194,6 +194,8 @@ const QString makeRefText(std::set<QString> hint)
tText = QObject::tr("Plane");
else if (((*t) == QObject::tr("DLINE")) || ((*t) == QObject::tr("Line")))
tText = QObject::tr("Line");
else if (((*t) == QObject::tr("DCIRCLE")) || ((*t) == QObject::tr("Circle")))
tText = QObject::tr("Circle");
else if (((*t) == QObject::tr("DPOINT")) || ((*t) == QObject::tr("Point")))
tText = QObject::tr("Point");
else if (((*t) == QObject::tr("DCYLINDER")) || ((*t) == QObject::tr("Cylinder")))