Fix typo.
--HG-- branch : develop
This commit is contained in:
parent
06eb7c3b75
commit
6ca4abd8fd
|
@ -1323,7 +1323,7 @@ void VPattern::ParseToolLineIntersect(VMainGraphicsScene *scene, const QDomEleme
|
||||||
}
|
}
|
||||||
catch (const VExceptionBadId &e)
|
catch (const VExceptionBadId &e)
|
||||||
{
|
{
|
||||||
VExceptionObjectError excep(tr("Error creating or updating point of lineintersection"), domElement);
|
VExceptionObjectError excep(tr("Error creating or updating point of line intersection"), domElement);
|
||||||
excep.AddMoreInformation(e.ErrorMessage());
|
excep.AddMoreInformation(e.ErrorMessage());
|
||||||
throw excep;
|
throw excep;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user