Use double-quotes for rule expressions.
The Mac double-quote bug is now fixed and strings inside expressions are single quoted making single-quoting the entire expression pretty hard to visually parse.
This commit is contained in:
parent
b1e8241ebe
commit
6af031be05
|
@ -1056,7 +1056,7 @@ DRC_CONSTRAINT DRC_ENGINE::EvalRules( DRC_CONSTRAINT_T aConstraintType, const BO
|
|||
}
|
||||
else
|
||||
{
|
||||
REPORT( wxString::Format( _( "Checking rule condition '%s'." ),
|
||||
REPORT( wxString::Format( _( "Checking rule condition \"%s\"." ),
|
||||
EscapeHTML( c->condition->GetExpression() ) ) )
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue